Searched refs:waitForIntent (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidDeviceTest.java | 171 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/ |
D | A2dpServiceTest.java | 177 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/ |
D | HeadsetServiceAndStateMachineTest.java | 1194 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/ |
D | TestUtils.java | 207 public static Intent waitForIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForIntent() method in TestUtils
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 170 Intent intent = TestUtils.waitForIntent(timeoutMs, mDeviceQueueMap.get(device)); in verifyConnectionStateIntent()
|