Searched refs:isBluetoothAudioConnected (Results 1 – 2 of 2) sorted by relevance
626 final boolean bluetoothConnected = isBluetoothAudioConnected(); in onResume()2814 if (newSpeakerState && isBluetoothAvailable() && isBluetoothAudioConnected()) { in toggleSpeaker()2849 if (isBluetoothAudioConnected()) { in toggleBluetooth()2895 if (isBluetoothAvailable() && isBluetoothAudioConnected()) { in switchInCallAudio()2904 if (isBluetoothAvailable() && !isBluetoothAudioConnected()) { in switchInCallAudio()2922 if (isBluetoothAvailable() && isBluetoothAudioConnected()) { in switchInCallAudio()4164 /* package */ boolean isBluetoothAudioConnected() { in isBluetoothAudioConnected() method in InCallScreen4185 if (isBluetoothAudioConnected()) { in isBluetoothAudioConnectedOrPending()4228 log("= isBluetoothAudioConnected: " + isBluetoothAudioConnected()); in dumpBluetoothState()
612 && mInCallScreen.isBluetoothAudioConnected()) { in setSpeaker()