Searched defs:CameraRuntimeException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCameraRuntimeException.java8 public class CameraRuntimeException extends RuntimeException { class in inherits:RuntimeException
18 public CameraRuntimeException(int problem) { method in class:CameraRuntimeException
23 public CameraRuntimeException(int problem, String message) { method in class:CameraRuntimeException
29 public CameraRuntimeException(int problem, String message, Throwable cause) { method in class:CameraRuntimeException
36 public CameraRuntimeException(int problem, Throwable cause) { method in class:CameraRuntimeException

Completed in 77 milliseconds