HomeSort by relevance Sort by last modified time
    Searched defs:NativeDaemonConnectorException (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/
NativeDaemonConnectorException.java 22 public class NativeDaemonConnectorException extends RuntimeException
27 public NativeDaemonConnectorException() {}
29 public NativeDaemonConnectorException(String error)
34 public NativeDaemonConnectorException(int code, String cmd, String error)
NativeDaemonConnector.java 184 throws NativeDaemonConnectorException {
195 throws NativeDaemonConnectorException {
200 throw new NativeDaemonConnectorException("No output stream!");
221 throws NativeDaemonConnectorException {
237 throw new NativeDaemonConnectorException(
256 throw new NativeDaemonConnectorException(
266 throws NativeDaemonConnectorException {
290 throw new NativeDaemonConnectorException(
295 throw new NativeDaemonConnectorException(
299 throw new NativeDaemonConnectorException("Got an empty response")
    [all...]

Completed in 280 milliseconds