Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallScreen.java199 private BluetoothHandsfree mBluetoothHandsfree; field in InCallScreen
481 mBluetoothHandsfree = mApp.getBluetoothHandsfree(); in onCreate()
482 if (VDBG) log("- mBluetoothHandsfree: " + mBluetoothHandsfree); in onCreate()
484 if (mBluetoothHandsfree != null) { in onCreate()
4121 if (mBluetoothHandsfree == null) { in isBluetoothAvailable()
4165 if (mBluetoothHandsfree == null) { in isBluetoothAudioConnected()
4169 boolean isAudioOn = mBluetoothHandsfree.isAudioOn(); in isBluetoothAudioConnected()
4233 if (mBluetoothHandsfree != null) { in dumpBluetoothState()
4234 log("= BluetoothHandsfree.isAudioOn: " + mBluetoothHandsfree.isAudioOn()); in dumpBluetoothState()
4254 if (mBluetoothHandsfree != null) { in connectBluetoothAudio()
[all …]
DCallNotifier.java152 private BluetoothHandsfree mBluetoothHandsfree; field in CallNotifier
221 mBluetoothHandsfree = btMgr; in CallNotifier()
1293 if (mBluetoothHandsfree != null) { in resetAudioStateAfterDisconnect()
1294 mBluetoothHandsfree.audioOff(); in resetAudioStateAfterDisconnect()
1529 if (mBluetoothHandsfree != null) { in run()
1530 stream = mBluetoothHandsfree.isAudioOn() ? AudioManager.STREAM_BLUETOOTH_SCO: in run()