Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java1002 private static class BooleanInMatcher extends InMatcher<Boolean> { class in CameraErrorCollector
1003 public BooleanInMatcher(boolean[] values) { in BooleanInMatcher() method in CameraErrorCollector.BooleanInMatcher