Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java232 int sanityCount = WAIT_FOR_INTENT_TIMEOUT_MS; in test_getConnectionStateChangedIntent() local
233 while ((numDevices != mIntentCallbackDeviceList.size()) && (sanityCount > 0)) { in test_getConnectionStateChangedIntent()
236 sanityCount -= SLEEP_QUANTUM_MS; in test_getConnectionStateChangedIntent()