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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java70 public abstract void hangup() throws CallStateException; method in class:Call
249 hangup();
H A DConnection.java36 LOCAL, /* normal; local hangup */
223 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/opt/telephony/src/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.java115 if(c != null) hangup(c);
117 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
122 if(pendingMO != null) hangup(pendingMO);
124 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
466 // Someone has already asked to hangup this call
471 "poll: hangupPendingMO, hangup conn " + i);
472 hangup(connections[i]);
474 Log.e(LOG_TAG, "unexpected error on hangup");
478 // Wait for hangup and repoll
567 // clear the "local hangup" an
671 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
731 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
[all...]
H A DGsmConnection.java247 public void hangup() throws CallStateException { method in class:GsmConnection
249 owner.hangup(this);
332 * Note that at this point, the hangup request has been dispatched to the radio
H A DGSMPhone.java525 "MmiCode 1: hangup foreground");
527 mCT.hangup(call);
536 "hangup failed", e);
/frameworks/opt/telephony/src/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.java113 if(c != null) hangup(c);
115 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
120 if(pendingMO != null) hangup(pendingMO);
122 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
530 // Someone has already asked to hangup this call
540 "poll: hangupPendingMO, hangup conn " + i);
541 hangup(connections[i]);
543 Log.e(LOG_TAG, "unexpected error on hangup");
547 // Wait for hangup and repoll
659 // clear the "local hangup" an
724 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
801 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
[all...]
H A DCdmaConnection.java285 public void hangup() throws CallStateException { method in class:CdmaConnection
287 owner.hangup(this);
370 * Note that at this point, the hangup request has been dispatched to the radio
/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.java410 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
419 c.hangup();
445 hangup();
811 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
813 if (DEBUG) Log.d(LOG_TAG, "hangup conn: " + mPeer.getUriString()
824 throw new CallStateException("hangup(): " + e);

Completed in 117 milliseconds