Searched defs:hangup (Results 1 - 12 of 12) 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.java569 // Someone has already asked to hangup this call
579 "poll: hangupPendingMO, hangup conn " + i);
580 hangup(mConnections[i]);
582 Rlog.e(LOG_TAG, "unexpected error on hangup");
586 // Wait for hangup and repoll
723 // clear the "local hangup" and "missed/rejected call"
802 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
812 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
825 // the hangup reason is user ignoring or timing out. So conn.onDisconnect()
837 Rlog.w(LOG_TAG,"CdmaCallTracker WARN: hangup() o
879 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
[all...]
H A DCdmaConnection.java272 public void hangup() throws CallStateException { method in class:CdmaConnection
274 mOwner.hangup(this);
339 * 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.java497 // Someone has already asked to hangup this call
502 "poll: hangupPendingMO, hangup conn " + i);
503 hangup(mConnections[i]);
505 Rlog.e(LOG_TAG, "unexpected error on hangup");
509 // Wait for hangup and repoll
626 // clear the "local hangup" and "missed/rejected call"
738 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
748 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
756 Rlog.w(LOG_TAG,"GsmCallTracker WARN: hangup() on absent connection "
798 hangup (GsmCal method in class:GsmCallTracker
[all...]
H A DGsmConnection.java241 public void hangup() throws CallStateException { method in class:GsmConnection
243 mOwner.hangup(this);
308 * Note that at this point, the hangup request has been dispatched to the radio
/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 DConnection.java362 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.java286 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
288 mOwner.hangup(this);
H A DImsPhoneCallTracker.java519 hangup(mRingingCall);
796 hangup (ImsPhoneConnection conn) throws CallStateException { method in class:ImsPhoneCallTracker
797 if (DBG) log("hangup connection");
804 hangup(conn.getCall());
810 hangup (ImsPhoneCall call) throws CallStateException { method in class:ImsPhoneCallTracker
811 if (DBG) log("hangup call");
821 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming");
826 log("(foregnd) hangup dialing or alerting...");
830 log("(foregnd) hangup foreground");
836 log("(backgnd) hangup waitin
[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 358 milliseconds