Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java675 long maxInterval = 0; in measureMeanFrameInterval() local
683 if (interval > maxInterval) maxInterval = interval; in measureMeanFrameInterval()
688 return new Pair<Long, Long>(summedIntervals / measurementCount, maxInterval); in measureMeanFrameInterval()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java1287 long maxInterval = Long.MIN_VALUE; in checkEventRate() local
1293 maxInterval = Math.max(d, maxInterval); in checkEventRate()
1345 long maxInterval = Long.MIN_VALUE; in checkEventRateUs() local
1351 maxInterval = Math.max(d, maxInterval); in checkEventRateUs()