Searched refs:mMaxTimestamp (Results 1 – 2 of 2) sorted by relevance
47 private long mMaxTimestamp = 0; field in FrequencyVerification137 ((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()
38 private Long mMaxTimestamp = null; field in EventOrderingVerification114 mMaxTimestamp = event.timestamp; in addSensorEventInternal()116 if (event.timestamp <= mMaxTimestamp) { in addSensorEventInternal()119 mMaxTimestamp = event.timestamp; in addSensorEventInternal()