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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCall.java70 public abstract void hangup() throws CallStateException; method in class:Call
249 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()
524 getActiveFgCall().hangup();
528 getActiveFgCall().hangup();
636 getActiveFgCall().hangup();
638 // the call to be hangup and resumed belongs to different phones
639 getActiveFgCall().hangup();
738 getActiveFgCall().hangup();
1053 * or remote hangup or error.
1730 c.getCall().hangup();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCall.java86 hangup() throws CallStateException { method in class:GsmCall
87 owner.hangup(this);
175 * Note that at this point, the hangup request has been dispatched to the radio
H A DGsmCallTracker.java114 if(c != null) hangup(c);
116 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
121 if(pendingMO != null) hangup(pendingMO);
123 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
465 // Someone has already asked to hangup this call
470 "poll: hangupPendingMO, hangup conn " + i);
471 hangup(connections[i]);
473 Log.e(LOG_TAG, "unexpected error on hangup");
477 // Wait for hangup and repoll
566 // clear the "local hangup" an
670 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
730 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
[all...]
H A DGsmConnection.java239 public void hangup() throws CallStateException { method in class:GsmConnection
241 owner.hangup(this);
324 * Note that at this point, the hangup request has been dispatched to the radio
H A DGSMPhone.java528 "MmiCode 1: hangup foreground");
530 mCT.hangup(call);
539 "hangup failed", e);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java90 hangup() throws CallStateException { method in class:CdmaCall
91 owner.hangup(this);
179 * Note that at this point, the hangup request has been dispatched to the radio
H A DCdmaCallTracker.java112 if(c != null) hangup(c);
114 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
119 if(pendingMO != null) hangup(pendingMO);
121 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
529 // Someone has already asked to hangup this call
539 "poll: hangupPendingMO, hangup conn " + i);
540 hangup(connections[i]);
542 Log.e(LOG_TAG, "unexpected error on hangup");
546 // Wait for hangup and repoll
658 // clear the "local hangup" an
723 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
800 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
[all...]
H A DCdmaConnection.java292 public void hangup() throws CallStateException { method in class:CdmaConnection
294 owner.hangup(this);
377 * Note that at this point, the hangup request has been dispatched to the radio
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java249 mGSMPhone.getForegroundCall().hangup();
361 // One disconnected (local hangup) call
366 conn.hangup();
628 mGSMPhone.getForegroundCall().hangup();
642 // Test held and hangup held calls
735 mGSMPhone.getBackgroundCall().hangup();
794 // Test 1: local hangup in "DIALING" state
804 mGSMPhone.getForegroundCall().hangup();
813 // Test 2: local hangup in "ALERTING" state
829 mGSMPhone.getForegroundCall().hangup();
1916 private void hangup(Connection cn) throws CallStateException { method in class:GSMPhoneTest
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java409 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
418 c.hangup();
444 hangup();
810 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
812 if (DEBUG) Log.d(LOG_TAG, "hangup conn: " + mPeer.getUriString()
823 throw new CallStateException("hangup(): " + e);

Completed in 192 milliseconds