Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java103 private final BlockingQueue<Intent> mActiveDeviceChangedQueue = new LinkedBlockingQueue<>(); field in HeadsetServiceAndStateMachineTest
128 mActiveDeviceChangedQueue.put(intent); in onReceive()
256 mActiveDeviceChangedQueue.clear(); in tearDown()
584 TestUtils.waitForNoIntent(ASYNC_CALL_TIMEOUT_MILLIS, mActiveDeviceChangedQueue); in testDialingOutCall_NormalDialingOut()
1201 Intent intent = TestUtils.waitForIntent(timeoutMs, mActiveDeviceChangedQueue); in waitAndVerifyActiveDeviceChangedIntent()