/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCall.java | 58 public void hangup() throws CallStateException { in hangup() method in GsmCdmaCall 59 mOwner.hangup(this); in hangup()
|
D | Call.java | 82 public abstract void hangup() throws CallStateException; in hangup() method in Call 254 hangup();
|
D | CallManager.java | 699 getActiveFgCall().hangup(); in acceptCall() 703 getActiveFgCall().hangup(); in acceptCall() 812 getActiveFgCall().hangup(); in hangupForegroundResumeBackground() 815 getActiveFgCall().hangup(); in hangupForegroundResumeBackground() 956 getActiveFgCall(subId).hangup(); in dial() 2264 c.getCall().hangup(); in handleMessage()
|
D | GsmCdmaCallTracker.java | 796 hangup(mConnections[i]); in handlePollCalls() 1109 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker 1183 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker 1196 hangup((GsmCdmaConnection)(call.getConnections().get(0))); in hangup()
|
D | GsmCdmaConnection.java | 338 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection 340 mOwner.hangup(this); in hangup()
|
D | Connection.java | 439 public abstract void hangup() throws CallStateException; in hangup() method in Connection
|
D | GsmCdmaPhone.java | 897 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTrackerTest.java | 140 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallHangup() 163 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallDialPickUpHangup() 185 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPendingHangUp() 288 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallSwitchHangupForeGround() 318 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPickUpHangUpResumeBackGround()
|
D | GsmCdmaCallTest.java | 98 mCallUnderTest.hangup(); in testHangup() 99 verify(mCT).hangup(mCallUnderTest); in testHangup()
|
D | CallManagerTest.java | 257 verify(mFgCall, times(0)).hangup(); in testHangupForegroundResumeBackground() 262 verify(mFgCall, times(1)).hangup(); in testHangupForegroundResumeBackground() 269 verify(mFgCall, times(2)).hangup(); in testHangupForegroundResumeBackground()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 76 mOwner.hangup(this); in dispose() 118 hangup() throws CallStateException { in hangup() method in ImsPhoneCall 119 mOwner.hangup(this); in hangup()
|
D | ImsExternalCall.java | 55 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
|
D | ImsExternalConnection.java | 113 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
|
D | ImsPhoneConnection.java | 314 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection 316 mOwner.hangup(this); in hangup()
|
D | ImsPhoneCallTracker.java | 578 hangup(mRingingCall); in rejectCall() 855 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker 863 hangup(conn.getCall()); in hangup() 868 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
|
D | ImsPhone.java | 343 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService() 369 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTest.java | 105 mImsCallUT.hangup(); in testHangup() 106 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
|
D | ImsPhoneCallTrackerTest.java | 280 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp() 377 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup()
|
D | ImsPhoneTest.java | 158 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection() 179 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 252 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/ |
D | SipPhone.java | 518 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall 527 c.hangup(); in hangup() 555 hangup(); in rejectCall() 951 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection
|