Lines Matching defs:watchDog
151 // Time to wait for NFC controller to initialize before watchdog
156 // Time to wait for routing to be applied before watchdog
551 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
552 watchDog.start();
565 watchDog.cancel();
602 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
603 watchDog.start();
611 // Stop watchdog if tag present
612 // A convenient way to stop the watchdog properly consists of
623 watchDog.cancel();
1448 Log.w(TAG, "Watchdog thread interruped.");
1451 Log.e(TAG, "Watchdog triggered, aborting.");
1486 WatchDogThread watchDog = new WatchDogThread("applyRouting", ROUTING_WATCHDOG_MS);
1506 watchDog.start();
1521 watchDog.cancel();