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.java235 BluetoothHandsfree bthf = null; in answerCall() local
268 bthf = app.getBluetoothHandsfree(); in answerCall()
269 if (bthf != null) { in answerCall()
270 bthf.cdmaSetSecondCallState(true); in answerCall()
291 if (bthf != null) { in answerCall()
292 bthf.cdmaSetSecondCallState(false); in answerCall()
DInCallScreen.java3589 BluetoothHandsfree bthf = PhoneApp.getInstance().getBluetoothHandsfree(); in internalSwapCalls() local
3590 if (bthf != null) { in internalSwapCalls()
3591 bthf.cdmaSwapSecondCallState(); in internalSwapCalls()