Home
last modified time | relevance | path

Searched refs:POLL_DURATION_MILLIS (Results 1 – 1 of 1) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestDisconnectActivity.java39 public static final int POLL_DURATION_MILLIS = 50; field in TestDisconnectActivity
298 Thread.sleep(POLL_DURATION_MILLIS); in testConfiguration()
307 Thread.sleep(POLL_DURATION_MILLIS); in testConfiguration()
309 timeoutCount = TIME_TO_FAILURE_MILLIS / POLL_DURATION_MILLIS; in testConfiguration()
316 Thread.sleep(POLL_DURATION_MILLIS); in testConfiguration()