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

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java51 public class Watchdog extends Thread { class in inherits:Thread
52 static final String TAG = "Watchdog";
69 static Watchdog sWatchdog;
144 synchronized (Watchdog.this) {
150 synchronized (Watchdog.this) {
172 public static Watchdog getInstance() {
174 sWatchdog = new Watchdog();
180 private Watchdog() { method in class:Watchdog
238 throw new RuntimeException("Monitors can't be added once the Watchdog is running");
247 throw new RuntimeException("Threads can't be added once the Watchdog i
[all...]

Completed in 49 milliseconds