Searched defs:hangup (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCall.java57 public void hangup() throws CallStateException { method in class:ImsExternalCall
H A DImsExternalConnection.java125 public void hangup() throws CallStateException { method in class:ImsExternalConnection
H A DImsPhoneCall.java76 mOwner.hangup(this);
78 //Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
118 hangup() throws CallStateException { method in class:ImsPhoneCall
119 mOwner.hangup(this);
H A DImsPhoneConnection.java368 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
370 mOwner.hangup(this);
H A DImsPhoneCallTracker.java1253 mForegroundCall.hangup();
1287 hangup(mRingingCall);
1634 public void hangup (ImsPhoneConnection conn) throws CallStateException { method in class:ImsPhoneCallTracker
1635 if (DBG) log("hangup connection");
1642 hangup(conn.getCall());
1647 public void hangup (ImsPhoneCall call) throws CallStateException { method in class:ImsPhoneCallTracker
1648 if (DBG) log("hangup call");
1658 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming");
1663 log("(foregnd) hangup dialing or alerting...");
1667 log("(foregnd) hangup foregroun
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCall.java58 public void hangup() throws CallStateException { method in class:GsmCdmaCall
59 mOwner.hangup(this);
141 * Note that at this point, the hangup request has been dispatched to the radio
H A DCall.java82 public abstract void hangup() throws CallStateException; method in class:Call
254 hangup();
H A DGsmCdmaCallTracker.java810 // Someone has already asked to hangup this call
821 "poll: hangupPendingMO, hangup conn " + i);
822 hangup(mConnections[i]);
824 Rlog.e(LOG_TAG, "unexpected error on hangup");
828 // Wait for hangup and repoll
1001 // clear the "local hangup" and "missed/rejected call"
1153 public void hangup(GsmCdmaConnection conn) throws CallStateException { method in class:GsmCdmaCallTracker
1163 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
1177 // the hangup reason is user ignoring or timing out. So conn.onDisconnect()
1191 Rlog.w(LOG_TAG,"GsmCdmaCallTracker WARN: hangup() o
1228 public void hangup(GsmCdmaCall call) throws CallStateException { method in class:GsmCdmaCallTracker
[all...]
H A DGsmCdmaConnection.java351 public void hangup() throws CallStateException { method in class:GsmCdmaConnection
353 mOwner.hangup(this);
419 * Note that at this point, the hangup request has been dispatched to the radio
H A DConnection.java504 public abstract void hangup() throws CallStateException; method in class:Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java518 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
521 if (SC_DBG) log("hangup: call " + getState()
527 c.hangup();
534 if (SC_DBG) log("hangup: dead call " + getState()
555 hangup();
952 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
955 log("hangup: conn=" + hidePii(mPeer.getUriString())
967 throw new CallStateException("hangup(): " + e);

Completed in 23 milliseconds