Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java73 private final BlockingQueue<Intent> mAudioStateChangedQueue = new LinkedBlockingQueue<>(); field in A2dpServiceTest
130 mAudioStateChangedQueue.clear(); in tearDown()
160 mAudioStateChangedQueue.put(intent); in onReceive()
194 Intent intent = TestUtils.waitForIntent(timeoutMs, mAudioStateChangedQueue); in verifyAudioStateIntent()
204 Intent intent = TestUtils.waitForNoIntent(timeoutMs, mAudioStateChangedQueue); in verifyNoAudioStateIntent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java104 private final BlockingQueue<Intent> mAudioStateChangedQueue = new LinkedBlockingQueue<>(); field in HeadsetServiceAndStateMachineTest
136 mAudioStateChangedQueue.put(intent); in onReceive()
1207 Intent intent = TestUtils.waitForIntent(timeoutMs, mAudioStateChangedQueue); in waitAndVerifyAudioStateIntent()