Home
last modified time | relevance | path

Searched defs:receivedTimestamp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/helpers/
DTestSensorEvent.java32 public final long receivedTimestamp; field in TestSensorEvent
53 public TestSensorEvent(SensorEvent event, long receivedTimestamp) { in TestSensorEvent()
72 public TestSensorEvent(Sensor sensor, long timestamp, long receivedTimestamp, int accuracy, in TestSensorEvent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java479 long receivedTimestamp, in assertTimestampSynchronization()