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

  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 29 * in a CONF_CALL state and user rejects a CW, which basically tells the PhoneApp that the
39 * CONF_CALL - When the user merges two calls or on accepting the Call waiting call.
52 * CONF_CALL - When the user merges two calls or on accepting the Call waiting call
58 CONF_CALL
BluetoothPhoneService.java 279 CdmaPhoneCallState.PhoneCallState.CONF_CALL &&
297 mCdmaThreeWayCallState == CdmaPhoneCallState.PhoneCallState.CONF_CALL) {
369 if (curr3WayCallState == CdmaPhoneCallState.PhoneCallState.CONF_CALL) {
563 // CONF_CALL and THRWAY_ACTIVE state
600 && (currCdmaCallState == CdmaPhoneCallState.PhoneCallState.CONF_CALL)) {
640 if (currCdmaCallState == CdmaPhoneCallState.PhoneCallState.CONF_CALL) {
744 // If the Phone state is already in CONF_CALL then we simply send
755 == CdmaPhoneCallState.PhoneCallState.CONF_CALL) {
    [all...]
PhoneUtils.java 297 // Set the Phone Call State to CONF_CALL
299 CdmaPhoneCallState.PhoneCallState.CONF_CALL);
    [all...]

Completed in 117 milliseconds