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

  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
BusyWaitUtils.java 28 private static final long POLLING_INTERVAL = TimeUnit.MILLISECONDS.toMillis(50);
72 for (long remaining = timeout; remaining > 0; remaining -= POLLING_INTERVAL) {
76 Thread.sleep(POLLING_INTERVAL);
  /external/autotest/server/cros/
goofy_client.py 122 POLLING_INTERVAL = 5
326 time.sleep(self.POLLING_INTERVAL)
sonic_client_utils.py 172 POLLING_INTERVAL = 5
  /cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
InputMethodServiceLifecycleTest.java 58 private static final long POLLING_INTERVAL = 100;
446 Thread.sleep(POLLING_INTERVAL);
447 timeout -= POLLING_INTERVAL;

Completed in 313 milliseconds