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.java392 List<CaptureResult.Key<?>> waiverKeys = getWaiverKeysForCamera(staticInfo); in validateCaptureResult()
400 physicalWaiverKeys.put(physicalId, getWaiverKeysForCamera(physicalStaticInfo)); in validateCaptureResult()
530 private static List<CaptureResult.Key<?>> getWaiverKeysForCamera(StaticMetadata staticInfo) { in getWaiverKeysForCamera() method in CaptureResultTest