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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCall.java55 public void hangup() throws CallStateException { method in class:ImsExternalCall
H A DImsExternalConnection.java127 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.java322 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
324 mOwner.hangup(this);
H A DImsPhoneCallTracker.java1059 mForegroundCall.hangup();
1093 hangup(mRingingCall);
1402 public void hangup (ImsPhoneConnection conn) throws CallStateException { method in class:ImsPhoneCallTracker
1403 if (DBG) log("hangup connection");
1410 hangup(conn.getCall());
1415 public void hangup (ImsPhoneCall call) throws CallStateException { method in class:ImsPhoneCallTracker
1416 if (DBG) log("hangup call");
1426 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming");
1431 log("(foregnd) hangup dialing or alerting...");
1435 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.java804 // Someone has already asked to hangup this call
815 "poll: hangupPendingMO, hangup conn " + i);
816 hangup(mConnections[i]);
818 Rlog.e(LOG_TAG, "unexpected error on hangup");
822 // Wait for hangup and repoll
995 // clear the "local hangup" and "missed/rejected call"
1147 public void hangup(GsmCdmaConnection conn) throws CallStateException { method in class:GsmCdmaCallTracker
1157 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
1171 // the hangup reason is user ignoring or timing out. So conn.onDisconnect()
1185 Rlog.w(LOG_TAG,"GsmCdmaCallTracker WARN: hangup() o
1222 public void hangup(GsmCdmaCall call) throws CallStateException { method in class:GsmCdmaCallTracker
[all...]
H A DGsmCdmaConnection.java344 public void hangup() throws CallStateException { method in class:GsmCdmaConnection
346 mOwner.hangup(this);
406 * Note that at this point, the hangup request has been dispatched to the radio
H A DConnection.java465 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 102 milliseconds