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.java636 public <T> T expectKeyValueNotNull(CameraCharacteristics characteristics, in expectKeyValueNotNull() method in CameraErrorCollector
655 public <T> T expectKeyValueNotNull(CaptureRequest request, in expectKeyValueNotNull() method in CameraErrorCollector
673 public <T> T expectKeyValueNotNull(Builder request, CaptureRequest.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
690 public <T> T expectKeyValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
702 public <T> T expectKeyValueNotNull(String msg, CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector