Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DPhoneUtils.java2523 BluetoothHandsfree bthf = app.getBluetoothHandsfree(); in activateSpeakerIfDocked() local
2525 if (!app.isHeadsetPlugged() && !(bthf != null && bthf.isAudioOn())) { in activateSpeakerIfDocked()
DInCallScreen.java3693 BluetoothHandsfree bthf = mApp.getBluetoothHandsfree(); in internalSwapCalls() local
3694 if (bthf != null) { in internalSwapCalls()
3695 bthf.cdmaSwapSecondCallState(); in internalSwapCalls()