Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java331 public <T extends Comparable<? super T>> void expectValuesGreaterOrEqual(String msg, in expectValuesGreaterOrEqual() method in CameraErrorCollector
347 public <T extends Comparable<? super T>> void expectValuesGreaterOrEqual(String msg, in expectValuesGreaterOrEqual() method in CameraErrorCollector
349 expectValuesGreaterOrEqual(msg, Arrays.asList(array), min); in expectValuesGreaterOrEqual()
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1199 mCollector.expectValuesGreaterOrEqual("NeutralColorPoint", neutralColorPoint, in verifyRawCaptureResult()