Home | History | Annotate | Download | only in phone

Lines Matching refs:isBluetoothAvailable

2619         if (newSpeakerState && isBluetoothAvailable() && isBluetoothAudioConnected()) {
2652 if (isBluetoothAvailable()) {
2700 if (isBluetoothAvailable() && isBluetoothAudioConnected()) {
2709 if (isBluetoothAvailable() && !isBluetoothAudioConnected()) {
2727 if (isBluetoothAvailable() && isBluetoothAudioConnected()) {
4013 /* package */ boolean isBluetoothAvailable() {
4014 if (VDBG) log("isBluetoothAvailable()...");
4121 log("= isBluetoothAvailable: " + isBluetoothAvailable());