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

  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
BusyWaitUtils.java 28 private static final long POLLING_INTERVAL = TimeUnit.MILLISECONDS.toMillis(50);
62 for (long remaining = timeout; remaining > 0; remaining -= POLLING_INTERVAL) {
66 Thread.sleep(POLLING_INTERVAL);
  /cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
InputMethodServiceLifecycleTest.java 53 private static final long POLLING_INTERVAL = TimeUnit.MICROSECONDS.toMillis(200);
333 Thread.sleep(POLLING_INTERVAL);
334 timeout -= 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

Completed in 315 milliseconds