/frameworks/native/libs/input/tests/ |
D | TouchVideoFrame_test.cpp | 24 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/ |
D | WatchlistReportDbHelper.java | 54 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()
|
D | WatchlistLoggingHandler.java | 89 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/ |
D | ConnectivityDiagnosticsManagerTest.java | 56 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/ |
D | RILTest.java | 250 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/ |
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/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/services/usb/java/com/android/server/usb/ |
D | UsbHostManager.java | 128 dump.write("timestamp", UsbConnectionRecordProto.TIMESTAMP, mTimestamp); in dump()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 840 TIMESTAMP,
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 536 proto.write(SettingsOperationProto.TIMESTAMP, operation.mTimestamp); in dumpHistoricalOperations()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 206 case C2Config::TIMESTAMP: return o1.timestamp < o2.timestamp; in less()
|
/frameworks/base/api/ |
D | removed.txt | 520 field @Deprecated public static final String TIMESTAMP = "timestamp";
|
D | current.txt | 68421 field public static final int TIMESTAMP = 93; // 0x5d
|
/frameworks/base/non-updatable-api/ |
D | removed.txt | 520 field @Deprecated public static final String TIMESTAMP = "timestamp";
|
D | current.txt | 68277 field public static final int TIMESTAMP = 93; // 0x5d
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 3733 public static final String TIMESTAMP = "timestamp"; field
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 314 private static final long TIMESTAMP = 1234L; field in ConnectivityServiceTest 671 p.timestampMillis = TIMESTAMP; in onValidationRequested()
|
/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
|