Home
last modified time | relevance | path

Searched refs:hangup (Results 1 – 24 of 24) 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.java141 public abstract void hangup() throws CallStateException; in hangup() method in Call
143 public abstract void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in Call
350 hangup();
DRadioVoiceProxy.java390 public void hangup(int serial, int gsmIndex) throws RemoteException { in hangup() method in RadioVoiceProxy
393 mVoiceProxy.hangup(serial, gsmIndex); in hangup()
395 mRadioProxy.hangup(serial, gsmIndex); in hangup()
DGsmCdmaCallTracker.java927 hangup(mConnections[i]); in handlePollCalls()
1276 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1353 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1367 hangup((GsmCdmaConnection)(call.getConnections().get(0))); in hangup()
DGsmCdmaConnection.java385 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
387 mOwner.hangup(this); in hangup()
DCallManager.java803 getActiveFgCall(subId).hangup(); in dial()
2076 c.getCall().hangup(); in handleMessage()
DConnection.java844 public abstract void hangup() throws CallStateException; in hangup() method in Connection
DGsmCdmaPhone.java1253 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
DRIL.java1827 voiceProxy.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.java81 mOwner.hangup(this); in dispose()
124 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
125 mOwner.hangup(this); in hangup()
129 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCall
131 mOwner.hangup(this, rejectReason); in hangup()
DImsExternalConnection.java126 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
DImsPhoneCallTracker.java1509 getConnections().get(index).hangup(); in hangupAllOrphanedConnections()
1535 c.hangup(); in hangupAllConnections()
2228 mForegroundCall.hangup(); in acceptCall()
2266 hangup(mRingingCall); in rejectCall()
2852 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2860 hangup(conn.getCall()); in hangup()
2865 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2866 hangup(call, android.telecom.Call.REJECT_REASON_DECLINED); in hangup()
2869 public void hangup (ImsPhoneCall call, @android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCallTracker
3617 hangup(mBackgroundCall);
DImsPhoneConnection.java508 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
510 mOwner.hangup(this); in hangup()
DImsPhone.java723 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
787 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTest.java100 mCallUnderTest.hangup(); in testHangup()
101 verify(mCT).hangup(mCallUnderTest); in testHangup()
DGsmCdmaCallTrackerTest.java155 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallHangup()
180 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallDialPickUpHangup()
203 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPendingHangUp()
326 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallSwitchHangupForeGround()
358 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPickUpHangUpResumeBackGround()
DConnectionTest.java93 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
DRILTest.java607 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java126 mImsCallUT.hangup(); in testHangup()
127 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
DImsPhoneCallTrackerTest.java707 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp()
940 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup()
1529 mCTUT.hangup(connection); in testSendAnbrQuery()
1547 mCTUT.hangup(connection); in testTriggerNotifyAnbr()
1876 mCTUT.hangup(mCTUT.mHandoverCall); in testHangupHandoverCall()
2572 mCTUT.hangup(connection); in testUpdateImsCallStatus()
DImsPhoneTest.java220 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection()
241 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyStateTrackerTest.java2705 verify(call).hangup(); in testRejectRingingCall()
2750 verify(call).hangup(); in testRejectNewIncomingCall()
2787 verify(call, never()).hangup(); in testNotRejectNewIncomingCall()
2817 verify(call).hangup(); in testNormalRoutingEmergencyCallRejectRingingCall()
2860 verify(call).hangup(); in testNormalRoutingRejectNewIncomingCall()
2901 verify(call, never()).hangup(); in testNormalRoutingDiscardedNotRejectNewIncomingCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyStateTracker.java2002 ringingCall.hangup(); in maybeRejectIncomingCall()
2058 c.getCall().hangup(); in handleNewRingingConnection()