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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallStateException.java29 public static final int ERROR_DISCONNECTED = 1; field in class:CallStateException
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java55 public static final int ERROR_DISCONNECTED = 0; // Does not clash with ERROR_... field in class:BlockingCameraManager.BlockingOpenException
60 return mError == ERROR_DISCONNECTED;
64 return mError != ERROR_DISCONNECTED;
68 * Returns the error code {@link ERROR_DISCONNECTED} if disconnected, or one of
314 BlockingOpenException.ERROR_DISCONNECTED,

Completed in 85 milliseconds