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.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
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()
759 getActiveFgCall().hangup();
763 getActiveFgCall().hangup();
872 getActiveFgCall().hangup();
874 // the call to be hangup and resumed belongs to different phones
875 getActiveFgCall().hangup();
1017 getActiveFgCall(subId).hangup();
1365 * or remote hangup or error.
2325 c.getCall().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...]
H A DImsPhone.java356 mCT.hangup(getBackgroundCall());
358 if (DBG) Rlog.d(LOG_TAG, "hangup failed", e);
382 if (DBG) Rlog.d(LOG_TAG, "MmiCode 1: hangup foreground");
383 mCT.hangup(call);
390 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 135 milliseconds