Searched refs:Watchdog (Results 1 – 7 of 7) sorted by relevance
53 private static Watchdog sWatchdog = new Watchdog();55 private static class Watchdog { class in Profile62 synchronized (Watchdog.this) {70 public Watchdog() { in Watchdog() method in Profile.Watchdog
31 public final class Watchdog { class32 private static final String TAG = Watchdog.class.getSimpleName();43 Watchdog(TextView view) { in Watchdog() method in Watchdog
49 private Watchdog mWatchdog;66 mWatchdog = new Watchdog(mWatchdogTextView); in onResume()
27 public class Watchdog { class40 public Watchdog(Context context, TextView view) { in Watchdog() method in Watchdog47 public Watchdog(Context context, TextView view, SharedPreferences prefs) { in Watchdog() method in Watchdog
54 private Watchdog mWatchdog;96 mWatchdog = new Watchdog(getContext(), mWatchdogTextView); in onResume()
58 private Watchdog mWatchdog;84 public void setWatchdog(Watchdog watchdog) { in setWatchdog()
146 // Total number of times the Watchdog of Last Resort triggered, resetting the wifi stack194 // Total number of times WiFi connected immediately after a Last Resort Watchdog trigger,