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

  /cts/tests/openglperf2/src/android/opengl2/cts/primitive/
GLPrimitiveActivity.java 16 import com.android.compatibility.common.util.WatchDog;
115 private class Worker extends Thread implements WatchDog.TimeoutCallback {
117 private WatchDog watchDog;
130 // Creates a watchdog to ensure a iteration doesn't exceed the timeout.
131 watchDog = new WatchDog(mTimeout, this);
140 watchDog.start();
143 watchDog.stop();
  /cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLGameActivity.java 16 import com.android.compatibility.common.util.WatchDog;
101 private class Worker extends Thread implements WatchDog.TimeoutCallback {
103 private WatchDog watchDog;
118 // Creates a watchdog to ensure a iteration doesn't exceed the timeout.
119 watchDog = new WatchDog(mTimeout, this);
120 watchDog.start();
135 watchDog.stop();
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 157 // Time to wait for NFC controller to initialize before watchdog
162 // Time to wait for routing to be applied before watchdog
616 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
617 watchDog.start();
630 watchDog.cancel();
679 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
680 watchDog.start();
688 // Stop watchdog if tag present
689 // A convenient way to stop the watchdog properly consists of
700 watchDog.cancel()
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 

Completed in 104 milliseconds