/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/ |
H A D | WatchlistReportDbHelper.java | 52 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 D | WatchlistLoggingHandler.java | 90 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 D | BatteryControllerTests.kt | 182 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 D | TrackerEntry.java | 33 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 D | UpdateLock.java | 73 public static final String TIMESTAMP = "timestamp"; field in UpdateLock
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | UpdateLockService.java | 81 .putExtra(UpdateLock.TIMESTAMP, System.currentTimeMillis()) in sendLockChangedBroadcast()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ApplicationExitInfo.java | 1426 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 D | UsbHostManager.java | 144 dump.write("timestamp", UsbConnectionRecordProto.TIMESTAMP, mTimestamp); in dump()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsState.java | 706 proto.write(SettingsOperationProto.TIMESTAMP, operation.mTimestamp); in dumpHistoricalOperations()
|
/aosp14/frameworks/base/core/api/ |
H A D | removed.txt | 439 field @Deprecated public static final String TIMESTAMP = "timestamp";
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 3846 public static final String TIMESTAMP = "timestamp"; field
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |