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.java52 public void hangup() throws CallStateException { in hangup() method in GsmCdmaCall
53 mOwner.hangup(this); in hangup()
61 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in GsmCdmaCall
63 mOwner.hangup(this); in hangup()
DCall.java128 public abstract void hangup() throws CallStateException; in hangup() method in Call
130 public abstract void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in Call
337 hangup();
DGsmCdmaCallTracker.java865 hangup(mConnections[i]); in handlePollCalls()
1205 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1282 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1296 hangup((GsmCdmaConnection)(call.getConnections().get(0))); in hangup()
DGsmCdmaConnection.java369 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
371 mOwner.hangup(this); in hangup()
DConnection.java686 public abstract void hangup() throws CallStateException; in hangup() method in Connection
DCallManager.java808 getActiveFgCall(subId).hangup(); in dial()
2093 c.getCall().hangup(); in handleMessage()
DGsmCdmaPhone.java1113 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
DRIL.java1352 radioProxy.hangup(rr.mSerial, gsmIndex); in hangupConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCall.java51 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
56 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsExternalCall
DImsPhoneCall.java78 mOwner.hangup(this); in dispose()
121 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
122 mOwner.hangup(this); in hangup()
126 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCall
128 mOwner.hangup(this, rejectReason); in hangup()
DImsExternalConnection.java125 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
DImsPhoneConnection.java456 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
458 mOwner.hangup(this); in hangup()
DImsPhoneCallTracker.java1575 mForegroundCall.hangup(); in acceptCall()
1613 hangup(mRingingCall); in rejectCall()
2182 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2190 hangup(conn.getCall()); in hangup()
2195 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2196 hangup(call, android.telecom.Call.REJECT_REASON_DECLINED); in hangup()
2199 public void hangup (ImsPhoneCall call, @android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCallTracker
DImsPhone.java539 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
603 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.java135 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallHangup()
160 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallDialPickUpHangup()
183 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPendingHangUp()
306 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallSwitchHangupForeGround()
338 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPickUpHangUpResumeBackGround()
DConnectionTest.java80 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
DRILTest.java492 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java120 mImsCallUT.hangup(); in testHangup()
121 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
DImsPhoneCallTrackerTest.java465 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp()
634 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup()
1143 mCTUT.hangup(mCTUT.mHandoverCall); in testHangupHandoverCall()
DImsPhoneTest.java189 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection()
210 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java520 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall
529 c.hangup(); in hangup()
547 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in SipPhone.SipCall
549 hangup(); in hangup()
567 hangup(); in rejectCall()
966 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 …]