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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java69 hangup() throws CallStateException { method in class:CdmaCall
70 mOwner.hangup(this);
162 * Note that at this point, the hangup request has been dispatched to the radio
H A DCdmaCallTracker.java555 // Someone has already asked to hangup this call
565 "poll: hangupPendingMO, hangup conn " + i);
566 hangup(mConnections[i]);
568 Rlog.e(LOG_TAG, "unexpected error on hangup");
572 // Wait for hangup and repoll
696 // clear the "local hangup" and "missed/rejected call"
765 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
775 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
788 // the hangup reason is user ignoring or timing out. So conn.onDisconnect()
800 Rlog.w(LOG_TAG,"CdmaCallTracker WARN: hangup() o
842 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
[all...]
H A DCdmaConnection.java251 public void hangup() throws CallStateException { method in class:CdmaConnection
253 mOwner.hangup(this);
318 * 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.java71 hangup() throws CallStateException { method in class:GsmCall
72 mOwner.hangup(this);
163 * Note that at this point, the hangup request has been dispatched to the radio
H A DGsmCallTracker.java480 // Someone has already asked to hangup this call
485 "poll: hangupPendingMO, hangup conn " + i);
486 hangup(mConnections[i]);
488 Rlog.e(LOG_TAG, "unexpected error on hangup");
492 // Wait for hangup and repoll
595 // clear the "local hangup" and "missed/rejected call"
702 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
712 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
720 Rlog.w(LOG_TAG,"GsmCallTracker WARN: hangup() on absent connection "
762 hangup (GsmCal method in class:GsmCallTracker
[all...]
H A DGsmConnection.java222 public void hangup() throws CallStateException { method in class:GsmConnection
224 mOwner.hangup(this);
289 * Note that at this point, the hangup request has been dispatched to the radio
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java57 mOwner.hangup(this);
59 //Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
99 hangup() throws CallStateException { method in class:ImsPhoneCall
100 mOwner.hangup(this);
H A DImsPhoneConnection.java238 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
240 mOwner.hangup(this);
H A DImsPhoneCallTracker.java475 hangup(mRingingCall);
723 hangup (ImsPhoneConnection conn) throws CallStateException { method in class:ImsPhoneCallTracker
724 if (DBG) log("hangup connection");
731 hangup(conn.getCall());
737 hangup (ImsPhoneCall call) throws CallStateException { method in class:ImsPhoneCallTracker
738 if (DBG) log("hangup call");
748 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming");
753 log("(foregnd) hangup dialing or alerting...");
757 log("(foregnd) hangup foreground");
763 log("(backgnd) hangup waitin
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java88 public abstract void hangup() throws CallStateException; method in class:Call
267 hangup();
H A DConnection.java318 public abstract void hangup() throws CallStateException; method in class:Connection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java252 mGSMPhone.getForegroundCall().hangup();
364 // One disconnected (local hangup) call
369 conn.hangup();
631 mGSMPhone.getForegroundCall().hangup();
645 // Test held and hangup held calls
738 mGSMPhone.getBackgroundCall().hangup();
797 // Test 1: local hangup in "DIALING" state
807 mGSMPhone.getForegroundCall().hangup();
816 // Test 2: local hangup in "ALERTING" state
832 mGSMPhone.getForegroundCall().hangup();
1919 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.java498 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
501 if (SC_DBG) log("hangup: call " + getState()
507 c.hangup();
514 if (SC_DBG) log("hangup: dead call " + getState()
535 hangup();
931 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
933 if (SCN_DBG) log("hangup: conn=" + mPeer.getUriString()
944 throw new CallStateException("hangup(): " + e);

Completed in 1123 milliseconds