Home
last modified time | relevance | path

Searched refs:isBluetoothAudioConnected (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DInCallScreen.java626 final boolean bluetoothConnected = isBluetoothAudioConnected(); in onResume()
2814 if (newSpeakerState && isBluetoothAvailable() && isBluetoothAudioConnected()) { in toggleSpeaker()
2849 if (isBluetoothAudioConnected()) { in toggleBluetooth()
2895 if (isBluetoothAvailable() && isBluetoothAudioConnected()) { in switchInCallAudio()
2904 if (isBluetoothAvailable() && !isBluetoothAudioConnected()) { in switchInCallAudio()
2922 if (isBluetoothAvailable() && isBluetoothAudioConnected()) { in switchInCallAudio()
4164 /* package */ boolean isBluetoothAudioConnected() { in isBluetoothAudioConnected() method in InCallScreen
4185 if (isBluetoothAudioConnected()) { in isBluetoothAudioConnectedOrPending()
4228 log("= isBluetoothAudioConnected: " + isBluetoothAudioConnected()); in dumpBluetoothState()
DOtaUtils.java612 && mInCallScreen.isBluetoothAudioConnected()) { in setSpeaker()