Searched refs:antiBandMode (Results 1 – 1 of 1) sorted by relevance
1972 Integer antiBandMode = result.get(CaptureResult.CONTROL_AE_ANTIBANDING_MODE); in verifyAntiBandingMode() local1973 assertNotNull("antiBanding mode shouldn't be null", antiBandMode); in verifyAntiBandingMode()1974 assertTrue("antiBanding Mode invalid, should be == " + mode + ", is: " + antiBandMode, in verifyAntiBandingMode()1975 antiBandMode == mode); in verifyAntiBandingMode()