Home | History | Annotate | Download | only in phone

Lines Matching refs:isBluetoothAudioConnected

356                     if (!isBluetoothAudioConnected()) {
700 final boolean bluetoothConnected = isBluetoothAudioConnected();
3115 if (newSpeakerState && isBluetoothAvailable() && isBluetoothAudioConnected()) {
3147 if (isBluetoothAudioConnected()) {
3945 isBluetoothAudioConnected() ? R.drawable.btn_dial_blue
4324 /* package */ boolean isBluetoothAudioConnected() {
4326 if (VDBG) log("isBluetoothAudioConnected: ==> FALSE (null mBluetoothHandsfree)");
4330 if (VDBG) log("isBluetoothAudioConnected: ==> isAudioOn = " + isAudioOn);
4345 if (isBluetoothAudioConnected()) {
4389 log("= isBluetoothAudioConnected: " + isBluetoothAudioConnected());