HomeSort by relevance Sort by last modified time
    Searched refs:OneCameraException (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraException.java 23 public class OneCameraException extends Exception {
26 public OneCameraException(String message) {
OneCameraManager.java 70 * @throws OneCameraException Thrown if an error occurred while trying to
73 public static OneCameraManager get(CameraActivity activity) throws OneCameraException {
81 * @throws OneCameraException Thrown if an error occurred while trying to
84 private static OneCameraManager create(CameraActivity activity) throws OneCameraException {
114 * @throws OneCameraException Thrown if an error occurred while trying to
118 throws OneCameraException {
125 throw new OneCameraException("Camera 2 API supported but no devices available.");
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 106 import com.android.camera.one.OneCameraException;
    [all...]

Completed in 235 milliseconds