Home
last modified time | relevance | path

Searched refs:getWaiverKeysForCamera (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java430 List<CaptureResult.Key<?>> waiverKeys = getWaiverKeysForCamera(staticInfo); in validateCaptureResult()
438 physicalWaiverKeys.put(physicalId, getWaiverKeysForCamera(physicalStaticInfo)); in validateCaptureResult()
591 private static List<CaptureResult.Key<?>> getWaiverKeysForCamera(StaticMetadata staticInfo) { in getWaiverKeysForCamera() method in CaptureResultTest