Searched refs:CAMERA_IN_USE (Results 1 – 7 of 7) sorted by relevance
38 public static final int CAMERA_IN_USE = 4; field in CameraAccessException87 {CAMERA_IN_USE,136 case CAMERA_IN_USE: in getDefaultMessage()
332 } else if (e.getReason() == CameraAccessException.CAMERA_IN_USE || in openCameraDeviceUserAsync()344 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;289 case CameraAccessException.CAMERA_IN_USE: in setRemoteFailure()446 if (e.getReason() == CAMERA_IN_USE) { in configureStreamsChecked()
13182 field public static final int CAMERA_IN_USE = 4; // 0x4
13524 field public static final int CAMERA_IN_USE = 4; // 0x4