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

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java45 public class Watchdog extends Thread { class in inherits:Thread
46 static final String TAG = "Watchdog";
68 static final String REBOOT_ACTION = "com.android.service.Watchdog.REBOOT";
70 static Watchdog sWatchdog;
130 synchronized (Watchdog.this) {
169 public static Watchdog getInstance() {
171 sWatchdog = new Watchdog();
177 private Watchdog() { method in class:Watchdog
214 throw new RuntimeException("Monitors can't be added while the Watchdog is running");
469 Slog.w(TAG, "Debugger connected: Watchdog i
[all...]

Completed in 34 milliseconds