Home
last modified time | relevance | path

Searched refs:TIMESTAMP (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DWatchlistReportDbHelper.java52 private static final String TIMESTAMP = "timestamp"; field in WatchlistReportDbHelper.WhiteListReportContract
59 + WhiteListReportContract.TIMESTAMP + " INTEGER DEFAULT 0" + " )";
143 values.put(WhiteListReportContract.TIMESTAMP, timestamp); in insertNewRecord()
153 final String selectStatement = WhiteListReportContract.TIMESTAMP + " < ?"; in getAggregatedRecords()
206 final String clause = WhiteListReportContract.TIMESTAMP + "< " + untilTimestamp; in cleanup()
H A DWatchlistLoggingHandler.java90 String TIMESTAMP = "timestamp"; field
114 data.getLong(WatchlistEventKeys.TIMESTAMP) in handleMessage()
191 bundle.putLong(WatchlistEventKeys.TIMESTAMP, System.currentTimeMillis()); in asyncNetworkEvent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DBatteryControllerTests.kt182 const val TIMESTAMP = 123456789L
338 uEventListener.value!!.onBatteryUEvent(TIMESTAMP)
340 eventTime = TIMESTAMP)
345 uEventListener.value!!.onBatteryUEvent(TIMESTAMP + 1)
530 uEventListener.value!!.onBatteryUEvent(TIMESTAMP)
537 uEventListener.value!!.onBatteryUEvent(TIMESTAMP + 1)
569 uEventListener.value!!.onBatteryUEvent(TIMESTAMP)
579 batteryController.notifyStylusGestureStarted(USI_DEVICE_ID, TIMESTAMP)
615 batteryController.notifyStylusGestureStarted(USI_DEVICE_ID, TIMESTAMP)
649 uEventListener.value!!.onBatteryUEvent(TIMESTAMP)
[all …]
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java33 static final String TIMESTAMP = "Timestamp"; field in TrackerEntry
58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE,
171 cValues.put(TIMESTAMP, mTimestamp); in getAsContentValues()
209 String timestamp = cursor.getString(cursor.getColumnIndex(TIMESTAMP)); in createEntry()
/aosp14/frameworks/base/core/java/android/os/
H A DUpdateLock.java73 public static final String TIMESTAMP = "timestamp"; field in UpdateLock
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java81 .putExtra(UpdateLock.TIMESTAMP, System.currentTimeMillis()) in sendLockChangedBroadcast()
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationExitInfo.java1426 proto.write(ApplicationExitInfoProto.TIMESTAMP, mTimestamp); in writeToProto()
1483 case (int) ApplicationExitInfoProto.TIMESTAMP: in readFromProto()
1484 mTimestamp = proto.readLong(ApplicationExitInfoProto.TIMESTAMP); in readFromProto()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java144 dump.write("timestamp", UsbConnectionRecordProto.TIMESTAMP, mTimestamp); in dump()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java706 proto.write(SettingsOperationProto.TIMESTAMP, operation.mTimestamp); in dumpHistoricalOperations()
/aosp14/frameworks/base/core/api/
H A Dremoved.txt439 field @Deprecated public static final String TIMESTAMP = "timestamp";
/aosp14/frameworks/base/core/java/android/provider/
H A DContactsContract.java3846 public static final String TIMESTAMP = "timestamp"; field
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...