HomeSort by relevance Sort by last modified time
    Searched refs:watchDog (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 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()
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 20 import android.cts.util.WatchDog;
51 private final WatchDog mWatchDog;
103 RenderCompletionListener listener, WatchDog watchDog) {
107 mWatchDog = watchDog;

Completed in 111 milliseconds