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

  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveActivity.java 18 import android.cts.util.WatchDog;
122 private class Worker extends Thread implements WatchDog.TimeoutCallback {
124 private WatchDog watchDog;
137 // Creates a watchdog to ensure a iteration doesn't exceed the timeout.
138 watchDog = new WatchDog(mTimeout, this);
159 watchDog.start();
162 watchDog.stop();
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLGameActivity.java 21 import android.cts.util.WatchDog;
100 private class Worker extends Thread implements WatchDog.TimeoutCallback {
102 private WatchDog watchDog;
117 // Creates a watchdog to ensure a iteration doesn't exceed the timeout.
118 watchDog = new WatchDog(mTimeout, this);
119 watchDog.start();
134 watchDog.stop();
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 136 // Time to wait for NFC controller to initialize before watchdog
141 // Time to wait for routing to be applied before watchdog
527 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
528 watchDog.start();
541 watchDog.cancel();
578 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
579 watchDog.start();
587 // Stop watchdog if tag present
588 // A convenient way to stop the watchdog properly consists of
599 watchDog.cancel()
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 

Completed in 2263 milliseconds