Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java604 public <T> T expectKeyValueNotNull(CameraCharacteristics characteristics, in expectKeyValueNotNull() method in CameraErrorCollector
623 public <T> T expectKeyValueNotNull(CaptureRequest request, in expectKeyValueNotNull() method in CameraErrorCollector
641 public <T> T expectKeyValueNotNull(Builder request, CaptureRequest.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
658 public <T> T expectKeyValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
670 public <T> T expectKeyValueNotNull(String msg, CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector