/frameworks/native/libs/input/tests/ |
D | TouchVideoFrame_test.cpp | 25 static const struct timeval TIMESTAMP = {1, 2}; variable 32 TouchVideoFrame frame(height, width, data, TIMESTAMP); in TEST() 37 ASSERT_EQ(TIMESTAMP.tv_sec, frame.getTimestamp().tv_sec); in TEST() 38 ASSERT_EQ(TIMESTAMP.tv_usec, frame.getTimestamp().tv_usec); in TEST() 45 TouchVideoFrame frame(height, width, data, TIMESTAMP); in TEST() 47 TouchVideoFrame identicalFrame(height, width, data, TIMESTAMP); in TEST() 53 TouchVideoFrame changedHeightFrame(height + 1, width, data, TIMESTAMP); in TEST() 57 TouchVideoFrame changedWidthFrame(height, width + 1, data, TIMESTAMP); in TEST() 62 TouchVideoFrame changedDataFrame(height, width, differentData, TIMESTAMP); in TEST() 66 const struct timeval differentTimestamp = {TIMESTAMP.tv_sec + 1, TIMESTAMP.tv_usec + 1}; in TEST() [all …]
|
/frameworks/base/services/core/java/com/android/server/net/watchlist/ |
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()
|
D | WatchlistLoggingHandler.java | 92 String TIMESTAMP = "timestamp"; field 123 data.getLong(WatchlistEventKeys.TIMESTAMP) in handleMessage() 200 bundle.putLong(WatchlistEventKeys.TIMESTAMP, System.currentTimeMillis()); in asyncNetworkEvent()
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | BatteryControllerTests.kt | 182 const val TIMESTAMP = 123456789L constant 341 uEventListener.value!!.onBatteryUEvent(TIMESTAMP) in testListenersNotifiedOnUEventNotification() 343 eventTime = TIMESTAMP) in testListenersNotifiedOnUEventNotification() 348 uEventListener.value!!.onBatteryUEvent(TIMESTAMP + 1) in testListenersNotifiedOnUEventNotification() 533 uEventListener.value!!.onBatteryUEvent(TIMESTAMP) in testExpectedFlowForUsiBattery() 540 uEventListener.value!!.onBatteryUEvent(TIMESTAMP + 1) in testExpectedFlowForUsiBattery() 572 uEventListener.value!!.onBatteryUEvent(TIMESTAMP) in testStylusPresenceExtendsValidUsiBatteryState() 582 batteryController.notifyStylusGestureStarted(USI_DEVICE_ID, TIMESTAMP) in testStylusPresenceExtendsValidUsiBatteryState() 618 batteryController.notifyStylusGestureStarted(USI_DEVICE_ID, TIMESTAMP) in testStylusPresenceMakesUsiBatteryStateValid() 646 batteryController.notifyStylusGestureStarted(USI_DEVICE_ID, TIMESTAMP) in testStylusPresenceDoesNotMakeUsiBatteryStateValidAtBoot() [all …]
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
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()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | ImeTracingPerfettoImpl.java | 85 os.write(TracePacket.TIMESTAMP, SystemClock.elapsedRealtimeNanos()); in triggerClientDump() 119 os.write(TracePacket.TIMESTAMP, SystemClock.elapsedRealtimeNanos()); in triggerServiceDump() 149 os.write(TracePacket.TIMESTAMP, SystemClock.elapsedRealtimeNanos()); in triggerManagerServiceDump()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 272 private static final long TIMESTAMP = 215924934; field in RILTest 1623 cellInfoLte.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_4ForLte() 1631 CellInfoLte expected = new CellInfoLte(CONNECTION_STATUS, REGISTERED, TIMESTAMP, in testConvertHalCellInfoList_1_4ForLte() 1680 cil.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_5ForLte() 1691 CellInfoLte expected = new CellInfoLte(CONNECTION_STATUS, REGISTERED, TIMESTAMP, in testConvertHalCellInfoList_1_5ForLte() 1720 cil.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_6ForLte() 1731 CellInfoLte expected = new CellInfoLte(CONNECTION_STATUS, REGISTERED, TIMESTAMP, in testConvertHalCellInfoList_1_6ForLte() 1783 cig.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_4ForGsm() 1789 CellInfoGsm expected = new CellInfoGsm(CONNECTION_STATUS, REGISTERED, TIMESTAMP, in testConvertHalCellInfoList_1_4ForGsm() 1822 cellInfoGsm.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_5ForGsm() [all …]
|
/frameworks/base/core/java/android/os/ |
D | UpdateLock.java | 73 public static final String TIMESTAMP = "timestamp"; field in UpdateLock
|
/frameworks/base/services/core/java/com/android/server/ |
D | UpdateLockService.java | 81 .putExtra(UpdateLock.TIMESTAMP, System.currentTimeMillis()) in sendLockChangedBroadcast()
|
/frameworks/base/core/java/com/android/internal/protolog/ |
D | PerfettoProtoLogImpl.java | 43 import static android.internal.perfetto.protos.TracePacketOuterClass.TracePacket.TIMESTAMP; 180 os.write(TIMESTAMP, SystemClock.elapsedRealtimeNanos()); in dumpTransitionTraceConfig() 371 os.write(TIMESTAMP, tsNanos); in doLogToProto()
|
/frameworks/base/core/java/android/app/ |
D | ApplicationExitInfo.java | 1438 proto.write(ApplicationExitInfoProto.TIMESTAMP, mTimestamp); in writeToProto() 1495 case (int) ApplicationExitInfoProto.TIMESTAMP: in readFromProto() 1496 mTimestamp = proto.readLong(ApplicationExitInfoProto.TIMESTAMP); in readFromProto()
|
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/ |
D | PerfettoViewCapture.kt | 96 os.write(TracePacket.TIMESTAMP, elapsedRealtimeNanos) in <lambda>()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbHostManager.java | 144 dump.write("timestamp", UsbConnectionRecordProto.TIMESTAMP, mTimestamp); in dump()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 934 TIMESTAMP,
|
/frameworks/base/core/api/ |
D | removed.txt | 364 field @Deprecated public static final String TIMESTAMP = "timestamp";
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBuffers.cpp | 596 case C2Config::TIMESTAMP: return o1.timestamp < o2.timestamp; in less()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 1176 proto.write(SettingsOperationProto.TIMESTAMP, operation.mTimestamp);
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 3846 public static final String TIMESTAMP = "timestamp"; field
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24735 field public static final deprecated java.lang.String TIMESTAMP = "timestamp"; 47004 field public static final int TIMESTAMP = 93; // 0x5d
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |