Lines Matching full:watchdog
151 // Time to wait for NFC controller to initialize before watchdog
156 // Time to wait for routing to be applied before watchdog
629 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
630 watchDog.start();
643 watchDog.cancel();
676 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
677 watchDog.start();
708 // Stop watchdog if tag present
709 // A convenient way to stop the watchdog properly consists of
719 watchDog.cancel();
1602 Log.w(TAG, "Watchdog thread interruped.");
1605 Log.e(TAG, "Watchdog triggered, aborting.");
1626 WatchDogThread watchDog = new WatchDogThread("applyRouting", ROUTING_WATCHDOG_MS);
1638 watchDog.start();
1704 watchDog.cancel();