Home | History | Annotate | Download | only in util

Lines Matching defs:CameraDisabledException

54 import com.android.camera.CameraDisabledException;
913 public static void throwIfCameraDisabled(Context context) throws CameraDisabledException {
918 throw new CameraDisabledException();