Home | History | Annotate | Download | only in am

Lines Matching refs:Watchdog

31 import com.android.server.Watchdog;
170 implements Watchdog.Monitor, BatteryStatsImpl.BatteryCallback {
1674 // Add ourself to the Watchdog monitors.
1675 Watchdog.getInstance().addMonitor(this);
2228 Watchdog.getInstance().processStarted(app.processName, startResult.pid);
2825 Watchdog.getInstance().setActivityController(null);
3338 Watchdog.getInstance().setActivityController(null);
3442 Watchdog.getInstance().setActivityController(null);
7447 Watchdog.getInstance().setActivityController(controller);
7841 Watchdog.getInstance().setAllowRestart(allowRestart);
7851 Watchdog.getInstance().setAllowRestart(true);
8695 // Watchdog thread ends up invoking this function (with
8698 // could cause a potential deadlock, if and when watchdog
8700 // would prevent watchdog from killing system_server.
8758 // otherwise the watchdog may be prevented from resetting the system.
8878 Watchdog.getInstance().setActivityController(null);
12812 Watchdog.getInstance().setActivityController(null);