Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java509 BlockingQueue<IState> stateQueue = new LinkedBlockingQueue<>(); in isBluetoothAudioConnectedOrPending() local
511 args.arg3 = stateQueue; in isBluetoothAudioConnectedOrPending()
515 IState currentState = stateQueue.poll(GET_STATE_TIMEOUT, TimeUnit.MILLISECONDS); in isBluetoothAudioConnectedOrPending()