Searched defs:hangup (Results 1 - 10 of 10) sorted by relevance

/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.java110 if(c != null) hangup(c);
112 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
117 if(pendingMO != null) hangup(pendingMO);
119 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
526 // Someone has already asked to hangup this call
536 "poll: hangupPendingMO, hangup conn " + i);
537 hangup(connections[i]);
539 Log.e(LOG_TAG, "unexpected error on hangup");
543 // Wait for hangup and repoll
655 // clear the "local hangup" an
720 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
797 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
[all...]
H A DCdmaConnection.java291 public void hangup() throws CallStateException { method in class:CdmaConnection
293 owner.hangup(this);
376 * Note that at this point, the hangup request has been dispatched to the radio
/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.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");
462 // Someone has already asked to hangup this call
467 "poll: hangupPendingMO, hangup conn " + i);
468 hangup(connections[i]);
470 Log.e(LOG_TAG, "unexpected error on hangup");
474 // Wait for hangup and repoll
563 // clear the "local hangup" an
667 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
727 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
/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
/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 98 milliseconds