Searched refs:isAudioOn (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneApp.java321 if (mBtHandsfree == null || !mBtHandsfree.isAudioOn()) {
377 !(mBtHandsfree != null && mBtHandsfree.isAudioOn())) {
1184 || ((mBtHandsfree != null) && mBtHandsfree.isAudioOn())
H A DInCallScreen.java4063 boolean isAudioOn = mBluetoothHandsfree.isAudioOn();
4064 if (VDBG) log("isBluetoothAudioConnected: ==> isAudioOn = " + isAudioOn);
4065 return isAudioOn;
4128 log("= BluetoothHandsfree.isAudioOn: " + mBluetoothHandsfree.isAudioOn());
H A DBluetoothHandsfree.java1629 /* package */ boolean isAudioOn() { method in class:BluetoothHandsfree
1987 if (!isAudioOn()) {
H A DCallNotifier.java1545 stream = mBluetoothHandsfree.isAudioOn() ? AudioManager.STREAM_BLUETOOTH_SCO:
H A DPhoneUtils.java2355 if (!app.isHeadsetPlugged() && !(bthf != null && bthf.isAudioOn())) {

Completed in 445 milliseconds