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

  /cts/tests/openglperf2/src/android/opengl2/cts/primitive/
GLPrimitiveActivity.java 18 import android.cts.util.WatchDog;
114 private class Worker extends Thread implements WatchDog.TimeoutCallback {
116 private WatchDog watchDog;
129 // Creates a watchdog to ensure a iteration doesn't exceed the timeout.
130 watchDog = new WatchDog(mTimeout, this);
139 watchDog.start();
142 watchDog.stop();
  /cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLGameActivity.java 19 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 142 // Time to wait for NFC controller to initialize before watchdog
147 // Time to wait for routing to be applied before watchdog
525 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
526 watchDog.start();
539 watchDog.cancel();
576 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
577 watchDog.start();
585 // Stop watchdog if tag present
586 // A convenient way to stop the watchdog properly consists of
597 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 471 milliseconds