Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DTouchVideoFrame_test.cpp24 static const struct timeval TIMESTAMP = {1, 2}; variable
31 TouchVideoFrame frame(height, width, data, TIMESTAMP); in TEST()
36 ASSERT_EQ(TIMESTAMP.tv_sec, frame.getTimestamp().tv_sec); in TEST()
37 ASSERT_EQ(TIMESTAMP.tv_usec, frame.getTimestamp().tv_usec); in TEST()
44 TouchVideoFrame frame(height, width, data, TIMESTAMP); in TEST()
46 TouchVideoFrame identicalFrame(height, width, data, TIMESTAMP); in TEST()
52 TouchVideoFrame changedHeightFrame(height + 1, width, data, TIMESTAMP); in TEST()
56 TouchVideoFrame changedWidthFrame(height, width + 1, data, TIMESTAMP); in TEST()
61 TouchVideoFrame changedDataFrame(height, width, differentData, TIMESTAMP); in TEST()
65 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/
DWatchlistReportDbHelper.java54 private static final String TIMESTAMP = "timestamp"; field in WatchlistReportDbHelper.WhiteListReportContract
61 + WhiteListReportContract.TIMESTAMP + " INTEGER DEFAULT 0" + " )";
139 values.put(WhiteListReportContract.TIMESTAMP, timestamp); in insertNewRecord()
149 final String selectStatement = WhiteListReportContract.TIMESTAMP + " < ?"; in getAggregatedRecords()
190 final String clause = WhiteListReportContract.TIMESTAMP + "< " + untilTimestamp; in cleanup()
DWatchlistLoggingHandler.java89 String TIMESTAMP = "timestamp"; field
113 data.getLong(WatchlistEventKeys.TIMESTAMP) in handleMessage()
190 bundle.putLong(WatchlistEventKeys.TIMESTAMP, System.currentTimeMillis()); in asyncNetworkEvent()
/frameworks/base/tests/net/java/android/net/
DConnectivityDiagnosticsManagerTest.java56 private static final long TIMESTAMP = 10L; field in ConnectivityDiagnosticsManagerTest
102 new Network(NET_ID), TIMESTAMP, linkProperties, networkCapabilities, bundle); in createSampleConnectivityReport()
170 TIMESTAMP, in testConnectivityReportEquals()
186 TIMESTAMP, in testConnectivityReportEquals()
194 TIMESTAMP, in testConnectivityReportEquals()
217 TIMESTAMP, in createSampleDataStallReport()
258 TIMESTAMP, in testDataStallReportEquals()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java250 private static final long TIMESTAMP = 215924934; field in RILTest
1344 record.timeStamp = TIMESTAMP; in testConvertHalCellInfoListForLTE()
1356 expected.setTimeStamp(TIMESTAMP); in testConvertHalCellInfoListForLTE()
1365 cellInfoLte.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoListForLTE()
1386 record.timeStamp = TIMESTAMP; in testConvertHalCellInfoListForGSM()
1398 expected.setTimeStamp(TIMESTAMP); in testConvertHalCellInfoListForGSM()
1407 cellInfoGsm.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoListForGSM()
1427 record.timeStamp = TIMESTAMP; in testConvertHalCellInfoListForWcdma()
1439 expected.setTimeStamp(TIMESTAMP); in testConvertHalCellInfoListForWcdma()
1448 cellInfoWcdma.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoListForWcdma()
[all …]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
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()
/frameworks/base/core/java/android/os/
DUpdateLock.java73 public static final String TIMESTAMP = "timestamp"; field in UpdateLock
/frameworks/base/services/core/java/com/android/server/
DUpdateLockService.java81 .putExtra(UpdateLock.TIMESTAMP, System.currentTimeMillis()) in sendLockChangedBroadcast()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbHostManager.java128 dump.write("timestamp", UsbConnectionRecordProto.TIMESTAMP, mTimestamp); in dump()
/frameworks/av/media/codec2/core/include/
DC2Config.h840 TIMESTAMP,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java536 proto.write(SettingsOperationProto.TIMESTAMP, operation.mTimestamp); in dumpHistoricalOperations()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp206 case C2Config::TIMESTAMP: return o1.timestamp < o2.timestamp; in less()
/frameworks/base/api/
Dremoved.txt520 field @Deprecated public static final String TIMESTAMP = "timestamp";
Dcurrent.txt68421 field public static final int TIMESTAMP = 93; // 0x5d
/frameworks/base/non-updatable-api/
Dremoved.txt520 field @Deprecated public static final String TIMESTAMP = "timestamp";
Dcurrent.txt68277 field public static final int TIMESTAMP = 93; // 0x5d
/frameworks/base/core/java/android/provider/
DContactsContract.java3733 public static final String TIMESTAMP = "timestamp"; field
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java314 private static final long TIMESTAMP = 1234L; field in ConnectivityServiceTest
671 p.timestampMillis = TIMESTAMP; in onValidationRequested()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24735 field public static final deprecated java.lang.String TIMESTAMP = "timestamp";
47004 field public static final int TIMESTAMP = 93; // 0x5d