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.java647 long maxInterval = 0; in measureMeanFrameInterval() local
655 if (interval > maxInterval) maxInterval = interval; in measureMeanFrameInterval()
660 return new Pair<Long, Long>(summedIntervals / measurementCount, maxInterval); in measureMeanFrameInterval()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java1466 long maxInterval = Long.MIN_VALUE; in checkEventRate() local
1472 maxInterval = Math.max(d, maxInterval); in checkEventRate()
1524 long maxInterval = Long.MIN_VALUE; in checkEventRateUs() local
1530 maxInterval = Math.max(d, maxInterval); in checkEventRateUs()