Searched refs:actualHwLevel (Results 1 – 1 of 1) sorted by relevance
1078 Integer actualHwLevel = c.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in testStaticRawCharacteristics() local1079 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) {