Searched refs:hangup (Results 1 - 16 of 16) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java69 hangup() throws CallStateException { method in class:CdmaCall
70 mOwner.hangup(this);
162 * Note that at this point, the hangup request has been dispatched to the radio
H A DCdmaCallTracker.java556 // Someone has already asked to hangup this call
566 "poll: hangupPendingMO, hangup conn " + i);
567 hangup(mConnections[i]);
569 Rlog.e(LOG_TAG, "unexpected error on hangup");
573 // Wait for hangup and repoll
698 // clear the "local hangup" and "missed/rejected call"
767 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
777 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
790 // the hangup reason is user ignoring or timing out. So conn.onDisconnect()
802 Rlog.w(LOG_TAG,"CdmaCallTracker WARN: hangup() o
844 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
[all...]
H A DCdmaConnection.java253 public void hangup() throws CallStateException { method in class:CdmaConnection
255 mOwner.hangup(this);
320 * Note that at this point, the hangup request has been dispatched to the radio
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java71 hangup() throws CallStateException { method in class:GsmCall
72 mOwner.hangup(this);
163 * Note that at this point, the hangup request has been dispatched to the radio
H A DGsmCallTracker.java491 // Someone has already asked to hangup this call
496 "poll: hangupPendingMO, hangup conn " + i);
497 hangup(mConnections[i]);
499 Rlog.e(LOG_TAG, "unexpected error on hangup");
503 // Wait for hangup and repoll
606 // clear the "local hangup" and "missed/rejected call"
713 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
723 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
731 Rlog.w(LOG_TAG,"GsmCallTracker WARN: hangup() on absent connection "
773 hangup (GsmCal method in class:GsmCallTracker
[all...]
H A DGsmConnection.java223 public void hangup() throws CallStateException { method in class:GsmConnection
225 mOwner.hangup(this);
290 * Note that at this point, the hangup request has been dispatched to the radio
H A DGSMPhone.java635 "MmiCode 1: hangup foreground");
637 mCT.hangup(call);
646 "hangup failed", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java90 public abstract void hangup() throws CallStateException; method in class:Call
277 hangup();
H A DCallManager.java53 * 1. Call control and operation, such as dial() and hangup()
735 getActiveFgCall().hangup();
739 getActiveFgCall().hangup();
848 getActiveFgCall().hangup();
850 // the call to be hangup and resumed belongs to different phones
851 getActiveFgCall().hangup();
993 getActiveFgCall(subId).hangup();
1341 * or remote hangup or error.
2301 c.getCall().hangup();
H A DConnection.java357 public abstract void hangup() throws CallStateException; method in class:Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java77 mOwner.hangup(this);
79 //Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
119 hangup() throws CallStateException { method in class:ImsPhoneCall
120 mOwner.hangup(this);
H A DImsPhoneConnection.java247 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
249 mOwner.hangup(this);
H A DImsPhoneCallTracker.java474 hangup(mRingingCall);
751 hangup (ImsPhoneConnection conn) throws CallStateException { method in class:ImsPhoneCallTracker
752 if (DBG) log("hangup connection");
759 hangup(conn.getCall());
765 hangup (ImsPhoneCall call) throws CallStateException { method in class:ImsPhoneCallTracker
766 if (DBG) log("hangup call");
776 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming");
781 log("(foregnd) hangup dialing or alerting...");
785 log("(foregnd) hangup foreground");
791 log("(backgnd) hangup waitin
[all...]
H A DImsPhone.java350 mCT.hangup(getBackgroundCall());
352 if (DBG) Rlog.d(LOG_TAG, "hangup failed", e);
376 if (DBG) Rlog.d(LOG_TAG, "MmiCode 1: hangup foreground");
377 mCT.hangup(call);
384 if (DBG) Rlog.d(LOG_TAG, "hangup failed", e);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken252 mGSMPhone.getForegroundCall().hangup();
364 // One disconnected (local hangup) call
369 conn.hangup();
631 mGSMPhone.getForegroundCall().hangup();
645 // Test held and hangup held calls
738 mGSMPhone.getBackgroundCall().hangup();
797 // Test 1: local hangup in "DIALING" state
807 mGSMPhone.getForegroundCall().hangup();
816 // Test 2: local hangup in "ALERTING" state
832 mGSMPhone.getForegroundCall().hangup();
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java499 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
502 if (SC_DBG) log("hangup: call " + getState()
508 c.hangup();
515 if (SC_DBG) log("hangup: dead call " + getState()
536 hangup();
932 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
934 if (SCN_DBG) log("hangup: conn=" + mPeer.getUriString()
945 throw new CallStateException("hangup(): " + e);

Completed in 170 milliseconds