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

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java46 public class Watchdog extends Thread { class in inherits:Thread
47 static final String TAG = "Watchdog";
69 static final String REBOOT_ACTION = "com.android.service.Watchdog.REBOOT";
71 static Watchdog sWatchdog;
131 synchronized (Watchdog.this) {
170 public static Watchdog getInstance() {
172 sWatchdog = new Watchdog();
178 private Watchdog() { method in class:Watchdog
215 throw new RuntimeException("Monitors can't be added while the Watchdog is running");
469 Slog.w(TAG, "Debugger connected: Watchdog i
[all...]

Completed in 16 milliseconds