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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCall.java55 public void hangup() throws CallStateException { method in class:ImsExternalCall
H A DImsPhoneCall.java76 mOwner.hangup(this);
78 //Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
118 hangup() throws CallStateException { method in class:ImsPhoneCall
119 mOwner.hangup(this);
H A DImsExternalConnection.java127 public void hangup() throws CallStateException { method in class:ImsExternalConnection
H A DImsPhoneConnection.java346 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
348 mOwner.hangup(this);
H A DImsPhoneCallTracker.java1213 mForegroundCall.hangup();
1247 hangup(mRingingCall);
1584 public void hangup (ImsPhoneConnection conn) throws CallStateException { method in class:ImsPhoneCallTracker
1585 if (DBG) log("hangup connection");
1592 hangup(conn.getCall());
1597 public void hangup (ImsPhoneCall call) throws CallStateException { method in class:ImsPhoneCallTracker
1598 if (DBG) log("hangup call");
1608 if (Phone.DEBUG_PHONE) log("(ringing) hangup incoming");
1613 log("(foregnd) hangup dialing or alerting...");
1617 log("(foregnd) hangup foregroun
[all...]
H A DImsPhone.java378 mCT.hangup(getBackgroundCall());
380 if (DBG) Rlog.d(LOG_TAG, "hangup failed", e);
441 if (DBG) Rlog.d(LOG_TAG, "MmiCode 1: hangup foreground");
442 mCT.hangup(call);
449 if (DBG) Rlog.d(LOG_TAG, "hangup failed", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCall.java58 public void hangup() throws CallStateException { method in class:GsmCdmaCall
59 mOwner.hangup(this);
141 * Note that at this point, the hangup request has been dispatched to the radio
H A DCall.java82 public abstract void hangup() throws CallStateException; method in class:Call
254 hangup();
H A DCallManager.java52 * 1. Call control and operation, such as dial() and hangup()
699 getActiveFgCall().hangup();
703 getActiveFgCall().hangup();
812 getActiveFgCall().hangup();
814 // the call to be hangup and resumed belongs to different phones
815 getActiveFgCall().hangup();
956 getActiveFgCall(subId).hangup();
1304 * or remote hangup or error.
2265 c.getCall().hangup();
H A DGsmCdmaCallTracker.java810 // Someone has already asked to hangup this call
821 "poll: hangupPendingMO, hangup conn " + i);
822 hangup(mConnections[i]);
824 Rlog.e(LOG_TAG, "unexpected error on hangup");
828 // Wait for hangup and repoll
1001 // clear the "local hangup" and "missed/rejected call"
1153 public void hangup(GsmCdmaConnection conn) throws CallStateException { method in class:GsmCdmaCallTracker
1163 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
1177 // the hangup reason is user ignoring or timing out. So conn.onDisconnect()
1191 Rlog.w(LOG_TAG,"GsmCdmaCallTracker WARN: hangup() o
1228 public void hangup(GsmCdmaCall call) throws CallStateException { method in class:GsmCdmaCallTracker
[all...]
H A DConnection.java489 public abstract void hangup() throws CallStateException; method in class:Connection
H A DGsmCdmaConnection.java349 public void hangup() throws CallStateException { method in class:GsmCdmaConnection
351 mOwner.hangup(this);
411 * Note that at this point, the hangup request has been dispatched to the radio
H A DGsmCdmaPhone.java891 if (DBG) logd("MmiCode 1: hangup foreground");
893 mCT.hangup(call);
901 "hangup failed", e);
H A DRIL.java986 radioProxy.hangup(rr.mSerial, gsmIndex);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaCallTest.java96 //verify hangup calls mCT.hangup
98 mCallUnderTest.hangup();
99 verify(mCT).hangup(mCallUnderTest);
H A DGsmCdmaCallTrackerTest.java148 mCTUT.hangup(mCTUT.mForegroundCall);
173 mCTUT.hangup(mCTUT.mForegroundCall);
193 logd("MO call hangup before established[ getting result from RIL ]");
195 * Didn't do anything for hangup, clear during handle poll result */
197 mCTUT.hangup(mCTUT.mForegroundCall);
306 mCTUT.hangup(mCTUT.mForegroundCall);
313 /* if we want to hang up foreground call which is alerting state, hangup all */
338 mCTUT.hangup(mCTUT.mForegroundCall);
H A DCallManagerTest.java258 verify(mFgCall, times(0)).hangup();
263 verify(mFgCall, times(1)).hangup();
270 verify(mFgCall, times(2)).hangup();
271 /* always hangup fgcall and both phone trigger swap */
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTest.java113 mImsCallUT.hangup();
114 verify(mImsCT).hangup(eq(mImsCallUT));
H A DImsPhoneCallTrackerTest.java324 mCTUT.hangup(mCTUT.mForegroundCall);
487 //hangup before call go to active
489 mCTUT.hangup(mCTUT.mForegroundCall);
H A DImsPhoneTest.java168 verify(mImsCT).hangup(mBackgroundCall);
189 verify(mImsCT).hangup(any(ImsPhoneCall.class));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken252 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();
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java518 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
521 if (SC_DBG) log("hangup: call " + getState()
527 c.hangup();
534 if (SC_DBG) log("hangup: dead call " + getState()
555 hangup();
952 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
955 log("hangup: conn=" + hidePii(mPeer.getUriString())
967 throw new CallStateException("hangup(): " + e);

Completed in 236 milliseconds