Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java648 int[] aeAvailableModes = mCharacteristics.get(keyAeAvailableModes); in isAeModeLowLightBoostSupported() local
649 if (aeAvailableModes == null) { in isAeModeLowLightBoostSupported()
652 for (int aeMode : aeAvailableModes) { in isAeModeLowLightBoostSupported()