Home | History | Annotate | Download | only in nfc

Lines Matching defs:WatchDogThread

721             WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
772 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
1785 class WatchDogThread extends Thread {
1790 public WatchDogThread(String threadName, int timeout) {
1845 WatchDogThread watchDog = new WatchDogThread("applyRouting", ROUTING_WATCHDOG_MS);