Searched refs:actualHwLevel (Results 1 – 1 of 1) sorted by relevance
1303 Integer actualHwLevel = c.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in testStaticRawCharacteristics() local1304 if (actualHwLevel != null && actualHwLevel == FULL) { in testStaticRawCharacteristics()4304 Integer actualHwLevel = c.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL);4305 assertNotNull("android.info.supportedHardwareLevel must never be null", actualHwLevel);4316 if ((compareHardwareLevel(actualHwLevel, hwLevel) >= 0) && (hwLevel != LIMITED)) {4321 toStringHardwareLevel(actualHwLevel)),4327 toStringHardwareLevel(actualHwLevel)),4330 if (!(hwLevel == LIMITED && compareHardwareLevel(actualHwLevel, hwLevel) < 0)) {4346 if (actualHwLevel == LEGACY && hwLevel != OPT) {