Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java958 private static class IntInMatcher extends InMatcher<Integer> { class in CameraErrorCollector
959 public IntInMatcher(int[] values) { in IntInMatcher() method in CameraErrorCollector.IntInMatcher
982 checkThat(reason, expected, new IntInMatcher(values)); in expectContains()