Searched refs:WatchDogThread (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java575 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
622 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
1474 class WatchDogThread extends Thread { class in class:NfcService
1478 public WatchDogThread(String threadName, int timeout) { method in class:NfcService.WatchDogThread
1515 WatchDogThread watchDog = new WatchDogThread("applyRouting", ROUTING_WATCHDOG_MS);

Completed in 476 milliseconds