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