Searched refs:isBluetoothAvailable (Results 1 – 3 of 3) sorted by relevance
136 if (mInCallScreen.isBluetoothAvailable()) { in update()
2779 if (newSpeakerState && isBluetoothAvailable() && isBluetoothAudioConnected()) { in toggleSpeaker()2812 if (isBluetoothAvailable()) { in toggleBluetooth()2860 if (isBluetoothAvailable() && isBluetoothAudioConnected()) { in switchInCallAudio()2869 if (isBluetoothAvailable() && !isBluetoothAudioConnected()) { in switchInCallAudio()2887 if (isBluetoothAvailable() && isBluetoothAudioConnected()) { in switchInCallAudio()4081 /* package */ boolean isBluetoothAvailable() { in isBluetoothAvailable() method in InCallScreen4190 log("= isBluetoothAvailable: " + isBluetoothAvailable()); in dumpBluetoothState()
619 if (state && mInCallScreen.isBluetoothAvailable() in setSpeaker()