/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCall.java | 55 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()
|
D | Call.java | 141 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();
|
D | RadioVoiceProxy.java | 390 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()
|
D | GsmCdmaCallTracker.java | 927 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()
|
D | GsmCdmaConnection.java | 385 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection 387 mOwner.hangup(this); in hangup()
|
D | CallManager.java | 803 getActiveFgCall(subId).hangup(); in dial() 2076 c.getCall().hangup(); in handleMessage()
|
D | Connection.java | 844 public abstract void hangup() throws CallStateException; in hangup() method in Connection
|
D | GsmCdmaPhone.java | 1253 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
D | RIL.java | 1827 voiceProxy.hangup(rr.mSerial, gsmIndex); in hangupConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalCall.java | 52 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
|
D | ImsPhoneCall.java | 81 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()
|
D | ImsExternalConnection.java | 126 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
|
D | ImsPhoneCallTracker.java | 1509 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);
|
D | ImsPhoneConnection.java | 508 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection 510 mOwner.hangup(this); in hangup()
|
D | ImsPhone.java | 723 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService() 787 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTest.java | 100 mCallUnderTest.hangup(); in testHangup() 101 verify(mCT).hangup(mCallUnderTest); in testHangup()
|
D | GsmCdmaCallTrackerTest.java | 155 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()
|
D | ConnectionTest.java | 93 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
|
D | RILTest.java | 607 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTest.java | 126 mImsCallUT.hangup(); in testHangup() 127 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
|
D | ImsPhoneCallTrackerTest.java | 707 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()
|
D | ImsPhoneTest.java | 220 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/ |
D | EmergencyStateTrackerTest.java | 2705 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/ |
D | EmergencyStateTracker.java | 2002 ringingCall.hangup(); in maybeRejectIncomingCall() 2058 c.getCall().hangup(); in handleNewRingingConnection()
|