Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1078 Integer actualHwLevel = c.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in testStaticRawCharacteristics() local
1079 if (actualHwLevel != null && actualHwLevel == FULL) { in testStaticRawCharacteristics()
2791 Integer actualHwLevel = c.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL);
2792 assertNotNull("android.info.supportedHardwareLevel must never be null", actualHwLevel);
2803 if ((compareHardwareLevel(actualHwLevel, hwLevel) >= 0) && (hwLevel != LIMITED)) {
2808 toStringHardwareLevel(actualHwLevel)),
2814 toStringHardwareLevel(actualHwLevel)),
2817 if (!(hwLevel == LIMITED && compareHardwareLevel(actualHwLevel, hwLevel) < 0)) {
2833 if (actualHwLevel == LEGACY && hwLevel != OPT) {