OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NativeDaemonTimeoutException
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/
NativeDaemonTimeoutException.java
23
public class
NativeDaemonTimeoutException
extends NativeDaemonConnectorException {
24
public
NativeDaemonTimeoutException
(String command, NativeDaemonEvent event) {
NativeDaemonConnector.java
429
throw new
NativeDaemonTimeoutException
(logCmd, event);
Completed in 290 milliseconds