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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java85 hangup() throws CallStateException { method in class:CdmaCall
86 mOwner.hangup(this);
178 * Note that at this point, the hangup request has been dispatched to the radio
H A DCdmaCallTracker.java114 hangup(c);
121 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
127 hangup(mPendingMO);
132 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
531 // Someone has already asked to hangup this call
541 "poll: hangupPendingMO, hangup conn " + i);
542 hangup(mConnections[i]);
544 Rlog.e(LOG_TAG, "unexpected error on hangup");
548 // Wait for hangup and repoll
660 // clear the "local hangup" an
722 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
799 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
[all...]
H A DCdmaConnection.java297 public void hangup() throws CallStateException { method in class:CdmaConnection
299 mOwner.hangup(this);
364 * 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.java88 hangup() throws CallStateException { method in class:GsmCall
89 mOwner.hangup(this);
180 * Note that at this point, the hangup request has been dispatched to the radio
H A DGsmCallTracker.java116 hangup(c);
123 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
129 hangup(mPendingMO);
134 Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
485 // Someone has already asked to hangup this call
490 "poll: hangupPendingMO, hangup conn " + i);
491 hangup(mConnections[i]);
493 Rlog.e(LOG_TAG, "unexpected error on hangup");
497 // Wait for hangup and repoll
590 // clear the "local hangup" an
690 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
750 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
[all...]
H A DGsmConnection.java260 public void hangup() throws CallStateException { method in class:GsmConnection
262 mOwner.hangup(this);
327 * Note that at this point, the hangup request has been dispatched to the radio
H A DGSMPhone.java562 "MmiCode 1: hangup foreground");
564 mCT.hangup(call);
573 "hangup failed", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java72 public abstract void hangup() throws CallStateException; method in class:Call
251 hangup();
H A DConnection.java37 LOCAL, /* normal; local hangup */
224 public abstract void hangup() throws CallStateException; method in class:Connection
H A DCallManager.java49 * 1. Call control and operation, such as dial() and hangup()
535 getActiveFgCall().hangup();
539 getActiveFgCall().hangup();
664 getActiveFgCall().hangup();
666 // the call to be hangup and resumed belongs to different phones
667 getActiveFgCall().hangup();
766 getActiveFgCall().hangup();
1073 * or remote hangup or error.
1750 c.getCall().hangup();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java250 mGSMPhone.getForegroundCall().hangup();
362 // One disconnected (local hangup) call
367 conn.hangup();
629 mGSMPhone.getForegroundCall().hangup();
643 // Test held and hangup held calls
736 mGSMPhone.getBackgroundCall().hangup();
795 // Test 1: local hangup in "DIALING" state
805 mGSMPhone.getForegroundCall().hangup();
814 // Test 2: local hangup in "ALERTING" state
830 mGSMPhone.getForegroundCall().hangup();
1917 private void hangup(Connection cn) throws CallStateException { method in class:GSMPhoneTest
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java496 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
499 if (SC_DBG) log("hangup: call " + getState()
505 c.hangup();
512 if (SC_DBG) log("hangup: dead call " + getState()
532 hangup();
928 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
930 if (SCN_DBG) log("hangup: conn=" + mPeer.getUriString()
941 throw new CallStateException("hangup(): " + e);

Completed in 746 milliseconds