Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1556 public static <T> T getValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in getValueNotNull() method in CameraTestUtils
1566 public static <T> T getValueNotNull(CameraCharacteristics characteristics, in getValueNotNull() method in CameraTestUtils
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/
H A DCameraTestUtils.java3005 public static <T> T getValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in getValueNotNull() method in CameraTestUtils
3015 public static <T> T getValueNotNull(CameraCharacteristics characteristics, in getValueNotNull() method in CameraTestUtils