Searched refs:STABLE_STATES (Results 1 – 1 of 1) sorted by relevance
166 private static final Set<CameraInternal.State> STABLE_STATES = new HashSet<>(asList( field in Camera2CameraImplTest750 if (STABLE_STATES.contains(value)) { in cameraStateTransitionTest()