Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicAdapterTest.java36 private static final int POLL_TIME = 400; // ms to poll BT state field in BasicAdapterTest
236 for (int i=0; i<DISABLE_TIMEOUT/POLL_TIME; i++) { in disable()
237 sleep(POLL_TIME); in disable()
269 for (int i=0; i<ENABLE_TIMEOUT/POLL_TIME; i++) { in enable()
270 sleep(POLL_TIME); in enable()