Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java417 TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mTestDevice)); in testOutgoingConnectExistingUuid()
488 Intent intent = TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mTestDevice)); in testStackEventDeviceAvailable()
551 Intent intent = TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mTestDevice2)); in testStackEventSetMemberAvailableAfterGroupConnected()
596 intent = TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mTestDevice2)); in testStackEventSetMemberAvailableBeforeGroupConnected()
679 TestUtils.waitForIntent(TIMEOUT_MS, mIntentQueue.get(mTestDevice)); in testDump_doesNotCrash()
687 Intent intent = TestUtils.waitForIntent(timeoutMs, mIntentQueue.get(device)); in verifyConnectionStateIntent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceTest.java172 private Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in HidDeviceTest
184 Intent intent = waitForIntent(timeoutMs, mConnectionStateChangedQueue); in verifyConnectionStateIntent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/
DTestUtils.java171 public static Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in TestUtils
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java350 Intent intent = TestUtils.waitForIntent(timeoutMs, mDeviceQueueMap.get(device)); in verifyConnectionStateIntent()
1459 Intent intent = TestUtils.waitForIntent(TIMEOUT_MS, mDeviceQueueMap.get(mSingleDevice)); in testSetActiveDeviceGroupTwice()
2290 Intent intent = TestUtils.waitForIntent(timeoutMs, mDeviceQueueMap.get(device)); in verifyActiveDeviceStateIntent()
DLeAudioBroadcastServiceTest.java699 Intent intent = TestUtils.waitForIntent(timeoutMs, mIntentQueue); in verifyConnectionStateIntent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java198 Intent intent = TestUtils.waitForIntent(timeoutMs, mDeviceQueueMap.get(device)); in verifyConnectionStateIntent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java938 Intent intent = TestUtils.waitForIntent(timeoutMs, mIntentQueue.get(device)); in verifyConnectionStateIntent()