Home
last modified time | relevance | path

Searched refs:isBluetoothAvailable (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DInCallControlState.java136 if (mInCallScreen.isBluetoothAvailable()) { in update()
DInCallScreen.java2779 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 InCallScreen
4190 log("= isBluetoothAvailable: " + isBluetoothAvailable()); in dumpBluetoothState()
DOtaUtils.java619 if (state && mInCallScreen.isBluetoothAvailable() in setSpeaker()