HomeSort by relevance Sort by last modified time
    Searched refs:bthf (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 248 BluetoothHandsfree bthf = null; local
281 bthf = app.getBluetoothHandsfree();
282 if (bthf != null) {
283 bthf.cdmaSetSecondCallState(true);
303 // restore the cdmaPhoneCallState and bthf.cdmaSetSecondCallState:
306 if (bthf != null) {
307 bthf.cdmaSetSecondCallState(false);
2314 BluetoothHandsfree bthf = app.getBluetoothHandsfree(); local
    [all...]
InCallScreen.java 3688 BluetoothHandsfree bthf = PhoneApp.getInstance().getBluetoothHandsfree(); local
    [all...]

Completed in 20 milliseconds