Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DFrequencyVerification.java47 private long mMaxTimestamp = 0; field in FrequencyVerification
137 ((double) (mMaxTimestamp - mMinTimestamp)) / (mCount - 1), TimeUnit.NANOSECONDS); in verify()
174 mMaxTimestamp = event.timestamp; in addSensorEventInternal()
179 if (mMaxTimestamp < event.timestamp) { in addSensorEventInternal()
180 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()