Home
last modified time | relevance | path

Searched refs:hangup (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java55 public void hangup() throws CallStateException { in hangup() method in GsmCdmaCall
56 mOwner.hangup(this); in hangup()
64 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in GsmCdmaCall
66 mOwner.hangup(this); in hangup()
DCall.java129 public abstract void hangup() throws CallStateException; in hangup() method in Call
131 public abstract void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in Call
338 hangup();
DGsmCdmaCallTracker.java906 hangup(mConnections[i]); in handlePollCalls()
1250 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1327 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1341 hangup((GsmCdmaConnection)(call.getConnections().get(0))); in hangup()
DGsmCdmaConnection.java382 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
384 mOwner.hangup(this); in hangup()
DCallManager.java810 getActiveFgCall(subId).hangup(); in dial()
2096 c.getCall().hangup(); in handleMessage()
DConnection.java739 public abstract void hangup() throws CallStateException; in hangup() method in Connection
DGsmCdmaPhone.java1131 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
DRIL.java1371 radioProxy.hangup(rr.mSerial, gsmIndex); in hangupConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCall.java52 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
57 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsExternalCall
DImsPhoneCall.java79 mOwner.hangup(this); in dispose()
122 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
123 mOwner.hangup(this); in hangup()
127 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCall
129 mOwner.hangup(this, rejectReason); in hangup()
DImsExternalConnection.java126 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
DImsPhoneCallTracker.java1139 c.hangup(); in hangupAllConnections()
1746 mForegroundCall.hangup(); in acceptCall()
1784 hangup(mRingingCall); in rejectCall()
2358 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2366 hangup(conn.getCall()); in hangup()
2371 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2372 hangup(call, android.telecom.Call.REJECT_REASON_DECLINED); in hangup()
2375 public void hangup (ImsPhoneCall call, @android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCallTracker
3015 hangup(mBackgroundCall);
DImsPhoneConnection.java478 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
480 mOwner.hangup(this); in hangup()
DImsPhone.java664 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
728 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTest.java98 mCallUnderTest.hangup(); in testHangup()
99 verify(mCT).hangup(mCallUnderTest); in testHangup()
DGsmCdmaCallTrackerTest.java149 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallHangup()
174 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallDialPickUpHangup()
197 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPendingHangUp()
320 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallSwitchHangupForeGround()
352 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPickUpHangUpResumeBackGround()
DConnectionTest.java80 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
DRILTest.java502 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java524 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall
533 c.hangup(); in hangup()
551 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in SipPhone.SipCall
553 hangup(); in hangup()
571 hangup(); in rejectCall()
970 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
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/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java121 mImsCallUT.hangup(); in testHangup()
122 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
DImsPhoneCallTrackerTest.java486 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp()
719 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup()
1269 mCTUT.hangup(mCTUT.mHandoverCall); in testHangupHandoverCall()
DImsPhoneTest.java197 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection()
218 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()