OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeDaemonConnectorException
(Results
1 - 3
of
3
) 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
212
throws
NativeDaemonConnectorException
{
227
throw new
NativeDaemonConnectorException
(
246
throw new
NativeDaemonConnectorException
(
256
throws
NativeDaemonConnectorException
{
280
throw new
NativeDaemonConnectorException
(
285
throw new
NativeDaemonConnectorException
(
289
throw new
NativeDaemonConnectorException
("Got an empty response");
MountService.java
368
} catch (
NativeDaemonConnectorException
e) {
675
} catch (
NativeDaemonConnectorException
e) {
740
} catch (
NativeDaemonConnectorException
e) {
759
} catch (
NativeDaemonConnectorException
e) {
[
all
...]
Completed in 86 milliseconds