Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java1027 private static class BooleanInMatcher extends InMatcher<Boolean> { class in CameraErrorCollector
1028 public BooleanInMatcher(boolean[] values) { in BooleanInMatcher() method in CameraErrorCollector.BooleanInMatcher
1051 checkThat(reason, expected, new BooleanInMatcher(values)); in expectContains()