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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java91 hangup() throws CallStateException { method in class:CdmaCall
92 owner.hangup(this);
180 * 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");
503 // Someone has already asked to hangup this call
513 "poll: hangupPendingMO, hangup conn " + i);
514 hangup(connections[i]);
516 Log.e(LOG_TAG, "unexpected error on hangup");
520 // Wait for hangup and repoll
632 // clear the "local hangup" an
697 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
774 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/java/com/android/internal/telephony/gsm/
H A DGsmCall.java87 hangup() throws CallStateException { method in class:GsmCall
88 owner.hangup(this);
176 * Note that at this point, the hangup request has been dispatched to the radio
H A DGsmCallTracker.java111 if(c != null) hangup(c);
113 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
118 if(pendingMO != null) hangup(pendingMO);
120 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
452 // Someone has already asked to hangup this call
457 "poll: hangupPendingMO, hangup conn " + i);
458 hangup(connections[i]);
460 Log.e(LOG_TAG, "unexpected error on hangup");
464 // Wait for hangup and repoll
553 // clear the "local hangup" an
657 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
717 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
[all...]
H A DGsmConnection.java238 public void hangup() throws CallStateException { method in class:GsmConnection
240 owner.hangup(this);
323 * 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 */
217 public abstract void hangup() throws CallStateException; method in class:Connection
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java255 mGSMPhone.getForegroundCall().hangup();
367 // One disconnected (local hangup) call
372 conn.hangup();
634 mGSMPhone.getForegroundCall().hangup();
648 // Test held and hangup held calls
741 mGSMPhone.getBackgroundCall().hangup();
800 // Test 1: local hangup in "DIALING" state
810 mGSMPhone.getForegroundCall().hangup();
819 // Test 2: local hangup in "ALERTING" state
835 mGSMPhone.getForegroundCall().hangup();
1922 private void hangup(Connection cn) throws CallStateException { method in class:GSMPhoneTest
[all...]

Completed in 37 milliseconds