Home
last modified time | relevance | path

Searched refs:mMaxTimestamp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DFrequencyVerification.java47 private long mMaxTimestamp = 0; field in FrequencyVerification
124 ((double) (mMaxTimestamp - mMinTimestamp)) / (mCount - 1), TimeUnit.NANOSECONDS); in verify()
161 mMaxTimestamp = event.timestamp; in addSensorEventInternal()
166 if (mMaxTimestamp < event.timestamp) { in addSensorEventInternal()
167 mMaxTimestamp = event.timestamp; in addSensorEventInternal()
DEventOrderingVerification.java38 private Long mMaxTimestamp = null; field in EventOrderingVerification
114 mMaxTimestamp = event.timestamp; in addSensorEventInternal()
116 if (event.timestamp <= mMaxTimestamp) { in addSensorEventInternal()
119 mMaxTimestamp = event.timestamp; in addSensorEventInternal()