Searched defs:Watchdog (Results 1 - 1 of 1) sorted by last modified time

/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";
77 static Watchdog sWatchdog;
135 synchronized (Watchdog.this) {
174 public static Watchdog getInstance() {
176 sWatchdog = new Watchdog();
182 private Watchdog() { method in class:Watchdog
219 throw new RuntimeException("Monitors can't be added while the Watchdog is running");
463 Slog.w(TAG, "Debugger connected: Watchdog i
[all...]

Completed in 33 milliseconds