/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
D | TestSensorEvent.java | 29 public final long timestamp; field in TestSensorEvent 38 timestamp = event.timestamp; in TestSensorEvent() 45 protected TestSensorEvent(Sensor sensor, long timestamp, int accuracy, float[] values) { in TestSensorEvent() argument 47 this.timestamp = timestamp; in TestSensorEvent()
|
D | SensorVerificationHelper.java | 79 long maxTimestamp = events[0].timestamp; in verifyEventOrdering() 81 long currentTimestamp = events[i].timestamp; in verifyEventOrdering() 98 events[index - 1].timestamp, events[index].timestamp)); in verifyEventOrdering()
|
D | SensorVerificationHelperTest.java | 114 long timestamp = 0; in testVerifyJitter() local 116 timestamps2[i] = timestamp; in testVerifyJitter() 117 timestamp += (i % 10 == 0) ? 500000 : 1000000; in testVerifyJitter()
|
D | SensorCtsHelper.java | 172 timestampDelayValues.add(events[i].timestamp - events[i - 1].timestamp); in getTimestampDelayValues()
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
D | ScanResultTest.java | 157 long timestamp = 0; in testScanResultTimeStamp() local 168 timestamp = result.timestamp; in testScanResultTimeStamp() 169 assertTrue(timestamp != 0); in testScanResultTimeStamp() 180 long timeDiff = (result.timestamp - timestamp) / 1000; in testScanResultTimeStamp()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
D | LocationVerifier.java | 85 long timestamp = location.getTime(); in onLocationChanged() local 86 long delta = timestamp - mLastActiveTimestamp; in onLocationChanged() 87 mLastActiveTimestamp = timestamp; in onLocationChanged() 172 long timestamp = location.getTime(); in onLocationChanged() local 173 long delta = timestamp - mLastPassiveTimestamp; in onLocationChanged() 174 mLastPassiveTimestamp = timestamp; in onLocationChanged()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | DeletedContactUtil.java | 75 long timestamp) { in querySinceTimestamp() argument 77 String[] args = new String[] {timestamp + ""}; in querySinceTimestamp()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | TestSummaryXml.java | 48 public TestSummaryXml(int id, String timestamp) { in TestSummaryXml() argument 50 mTimestamp = timestamp; in TestSummaryXml()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | IvfWriter.java | 136 private static byte[] makeIvfFrameHeader(int size, long timestamp){ in makeIvfFrameHeader() argument 139 lay64bits(frameHeader, 4, timestamp); in makeIvfFrameHeader()
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
D | GesturePointTest.java | 40 assertEquals(expected_timestamp, point.timestamp); in testGesturePointConstructor()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsContract_StreamItemsTest.java | 168 private void assertStreamItem(Uri uri, String text, long timestamp, String comments) { in assertStreamItem() argument 174 assertEquals(timestamp, cursor.getLong( in assertStreamItem()
|
D | ContactsContract_StatusUpdatesTest.java | 101 private Uri insertStatusUpdate(long dataId, int presence, String status, Long timestamp) in insertStatusUpdate() argument 108 .withValue(StatusUpdates.STATUS_TIMESTAMP, timestamp) in insertStatusUpdate()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | CameraCaptureResultTest.java | 219 public void onCaptureStarted(CameraDevice camera, CaptureRequest request, long timestamp) in onCaptureStarted() argument
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | CameraTest.java | 884 double longitude, double altitude, long timestamp, String method) in testGpsExifValues() argument 890 parameters.setGpsTimestamp(timestamp); in testGpsExifValues() 908 assertEquals(timestamp, exif.getGpsDateTime() / 1000); in testGpsExifValues()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 31602 private java.security.Timestamp timestamp 34060 private java.util.Date timestamp 49055 private transient long timestamp 49100 public long timestamp()
|