Searched refs:bthf (Results 1 – 2 of 2) sorted by relevance
235 BluetoothHandsfree bthf = null; in answerCall() local268 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()
3589 BluetoothHandsfree bthf = PhoneApp.getInstance().getBluetoothHandsfree(); in internalSwapCalls() local3590 if (bthf != null) { in internalSwapCalls()3591 bthf.cdmaSwapSecondCallState(); in internalSwapCalls()