Home | History | Annotate | Download | only in connectivity

Lines Matching defs:daemon

966                 for (String daemon : mDaemons) {
967 while (!SystemService.isStopped(daemon)) {
992 // Start the daemon with arguments.
999 // Start the daemon.
1000 String daemon = mDaemons[i];
1001 SystemService.start(daemon);
1003 // Wait for the daemon to start.
1004 while (!SystemService.isRunning(daemon)) {
1011 daemon, LocalSocketAddress.Namespace.RESERVED);
1057 // Check if a running daemon is dead.
1059 String daemon = mDaemons[i];
1060 if (mArguments[i] != null && !SystemService.isRunning(daemon)) {
1061 throw new IllegalStateException(daemon + " is dead");
1164 for (String daemon : mDaemons) {
1165 SystemService.stop(daemon);
1197 for (String daemon : mDaemons) {
1198 SystemService.stop(daemon);