Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraErrorCollector.java640 public <T> T expectKeyValueNotNull(CameraCharacteristics characteristics, in expectKeyValueNotNull() method in CameraErrorCollector
659 public <T> T expectKeyValueNotNull(CaptureRequest request, in expectKeyValueNotNull() method in CameraErrorCollector
677 public <T> T expectKeyValueNotNull(Builder request, CaptureRequest.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
694 public <T> T expectKeyValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
706 public <T> T expectKeyValueNotNull(String msg, CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
H A DCameraErrorCollector.java695 public <T> T expectKeyValueNotNull(CameraCharacteristics characteristics, in expectKeyValueNotNull() method in CameraErrorCollector
714 public <T> T expectKeyValueNotNull(CaptureRequest request, in expectKeyValueNotNull() method in CameraErrorCollector
732 public <T> T expectKeyValueNotNull(Builder request, CaptureRequest.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
749 public <T> T expectKeyValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector
761 public <T> T expectKeyValueNotNull(String msg, CaptureResult result, CaptureResult.Key<T> key) { in expectKeyValueNotNull() method in CameraErrorCollector