Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceTest.java171 private Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in HidDeviceTest
184 Intent intent = waitForIntent(timeoutMs, mConnectionStateChangedQueue); in verifyConnectionStateIntent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java177 Intent intent = TestUtils.waitForIntent(timeoutMs, mConnectionStateChangedQueue); in verifyConnectionStateIntent()
194 Intent intent = TestUtils.waitForIntent(timeoutMs, mAudioStateChangedQueue); in verifyAudioStateIntent()
210 Intent intent = TestUtils.waitForIntent(timeoutMs, mCodecConfigChangedQueue); in verifyCodecConfigIntent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java1194 Intent intent = TestUtils.waitForIntent(timeoutMs, mConnectionStateChangedQueue); in waitAndVerifyConnectionStateIntent()
1200 Intent intent = TestUtils.waitForIntent(timeoutMs, mActiveDeviceChangedQueue); in waitAndVerifyActiveDeviceChangedIntent()
1207 Intent intent = TestUtils.waitForIntent(timeoutMs, mAudioStateChangedQueue); in waitAndVerifyAudioStateIntent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java207 public static Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in TestUtils
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java170 Intent intent = TestUtils.waitForIntent(timeoutMs, mDeviceQueueMap.get(device)); in verifyConnectionStateIntent()