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";
72 static Watchdog sWatchdog;
169 synchronized (Watchdog.this) {
175 synchronized (Watchdog.this) {
197 private static final class BinderThreadMonitor implements Watchdog.Monitor {
208 public static Watchdog getInstance() {
210 sWatchdog = new Watchdog();
216 private Watchdog() { method in class:Watchdog
278 throw new RuntimeException("Monitors can't be added once the Watchdog i
[all...]

Completed in 61 milliseconds