Searched refs:ERROR_TAKING_PICTURE (Results 1 – 3 of 3) sorted by relevance
84 private static final int ERROR_TAKING_PICTURE = 4; field in CameraManager501 listener.onCameraError(ERROR_TAKING_PICTURE, e); in takePicture()
117 static final int ERROR_TAKING_PICTURE = 7; field in CameraManager587 mListener.onCameraError(ERROR_TAKING_PICTURE, e); in takePicture()
339 case CameraManager.ERROR_TAKING_PICTURE: in onCameraError()