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

/packages/apps/Phone/src/com/android/phone/
H A DInCallScreen.java640 final boolean bluetoothConnected = isBluetoothAudioConnected();
2631 if (newSpeakerState && isBluetoothAvailable() && isBluetoothAudioConnected()) {
2666 if (isBluetoothAudioConnected()) {
2712 if (isBluetoothAvailable() && isBluetoothAudioConnected()) {
2721 if (isBluetoothAvailable() && !isBluetoothAudioConnected()) {
2739 if (isBluetoothAvailable() && isBluetoothAudioConnected()) {
4074 /* package */ boolean isBluetoothAudioConnected() { method in class:InCallScreen
4076 if (VDBG) log("isBluetoothAudioConnected: ==> FALSE (null mBluetoothHandsfree)");
4080 if (VDBG) log("isBluetoothAudioConnected: ==> isAudioOn = " + isAudioOn);
4095 if (isBluetoothAudioConnected()) {
[all...]
H A DOtaUtils.java616 && mInCallScreen.isBluetoothAudioConnected()) {

Completed in 52 milliseconds