Searched refs:cdmaSetSecondCallState (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java254 cdmaSetSecondCallState(false);
1842 cdmaSetSecondCallState(false);
1845 cdmaSetSecondCallState(true);
2392 cdmaSetSecondCallState(true);
3053 if (VDBG) log("cdmaSetSecondCallState: Toggling mCdmaIsSecondCallActive");
3058 public void cdmaSetSecondCallState(boolean state) { method in class:BluetoothHandsfree
3059 if (VDBG) log("cdmaSetSecondCallState: Setting mCdmaIsSecondCallActive to " + state);
H A DPhoneUtils.java283 bthf.cdmaSetSecondCallState(true);
303 // restore the cdmaPhoneCallState and bthf.cdmaSetSecondCallState:
307 bthf.cdmaSetSecondCallState(false);

Completed in 185 milliseconds