Searched refs:expectedAeStates (Results 1 – 1 of 1) sorted by relevance
507 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeStable() local508 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_CONVERGED)); in waitForAeStable()509 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_FLASH_REQUIRED)); in waitForAeStable()510 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates, in waitForAeStable()538 List<Integer> expectedAeStates = new ArrayList<Integer>(); in waitForAeLocked() local539 expectedAeStates.add(new Integer(CaptureResult.CONTROL_AE_STATE_LOCKED)); in waitForAeLocked()540 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates, in waitForAeLocked()