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

/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java47 public class Watchdog extends Thread { class in inherits:Thread
48 static final String TAG = "Watchdog";
79 static Watchdog sWatchdog;
176 synchronized (Watchdog.this) {
182 synchronized (Watchdog.this) {
204 private static final class BinderThreadMonitor implements Watchdog.Monitor {
215 public static Watchdog getInstance() {
217 sWatchdog = new Watchdog();
223 private Watchdog() { method in class:Watchdog
285 throw new RuntimeException("Monitors can't be added once the Watchdog i
[all...]

Completed in 20 milliseconds