Searched refs:waitForIntent (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorServiceTest.java | 417 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/ |
D | HidDeviceTest.java | 172 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/ |
D | TestUtils.java | 171 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/ |
D | LeAudioServiceTest.java | 350 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()
|
D | LeAudioBroadcastServiceTest.java | 699 Intent intent = TestUtils.waitForIntent(timeoutMs, mIntentQueue); in verifyConnectionStateIntent()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlServiceTest.java | 198 Intent intent = TestUtils.waitForIntent(timeoutMs, mDeviceQueueMap.get(device)); in verifyConnectionStateIntent()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientServiceTest.java | 938 Intent intent = TestUtils.waitForIntent(timeoutMs, mIntentQueue.get(device)); in verifyConnectionStateIntent()
|