Searched refs:CAMERA_IN_USE (Results 1 – 5 of 5) sorted by relevance
34 public static final int CAMERA_IN_USE = 4; field in CameraAccessException122 case CAMERA_IN_USE: in getDefaultMessage()
272 } else if (e.getReason() == CameraAccessException.CAMERA_IN_USE || in openCameraDeviceUserAsync()
21 import static android.hardware.camera2.CameraAccessException.CAMERA_IN_USE;123 throw new CameraRuntimeException(CAMERA_IN_USE); in throwOnError()
135 assertEquals(CAMERA_IN_USE, e.getReason()); in testStereotypes()
19 import static android.hardware.camera2.CameraAccessException.CAMERA_IN_USE;274 case CameraAccessException.CAMERA_IN_USE: in setRemoteFailure()394 if (e.getReason() == CAMERA_IN_USE) { in configureOutputsChecked()