Lines Matching refs:isBluetoothAudioConnected
625 final boolean bluetoothConnected = isBluetoothAudioConnected();
2788 if (newSpeakerState && isBluetoothAvailable() && isBluetoothAudioConnected()) {
2823 if (isBluetoothAudioConnected()) {
2869 if (isBluetoothAvailable() && isBluetoothAudioConnected()) {
2878 if (isBluetoothAvailable() && !isBluetoothAudioConnected()) {
2896 if (isBluetoothAvailable() && isBluetoothAudioConnected()) {
4119 /* package */ boolean isBluetoothAudioConnected() {
4121 if (VDBG) log("isBluetoothAudioConnected: ==> FALSE (null mBluetoothHeadset)");
4131 if (VDBG) log("isBluetoothAudioConnected: ==> isAudioOn = " + isAudioOn);
4146 if (isBluetoothAudioConnected()) {
4189 log("= isBluetoothAudioConnected: " + isBluetoothAudioConnected());