Searched refs:stateQueue (Results 1 – 1 of 1) sorted by relevance
509 BlockingQueue<IState> stateQueue = new LinkedBlockingQueue<>(); in isBluetoothAudioConnectedOrPending() local511 args.arg3 = stateQueue; in isBluetoothAudioConnectedOrPending()515 IState currentState = stateQueue.poll(GET_STATE_TIMEOUT, TimeUnit.MILLISECONDS); in isBluetoothAudioConnectedOrPending()