Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1147 List<CaptureRequest.Key<?>> availableSessionKeys = c.getAvailableSessionKeys(); in testStaticSessionKeys() local
1148 if (availableSessionKeys == null) { in testStaticSessionKeys()
1154 for (CaptureRequest.Key<?> key : availableSessionKeys) { in testStaticSessionKeys()