/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCall.java | 52 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()
|
D | Call.java | 128 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();
|
D | GsmCdmaCallTracker.java | 865 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()
|
D | GsmCdmaConnection.java | 369 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection 371 mOwner.hangup(this); in hangup()
|
D | Connection.java | 686 public abstract void hangup() throws CallStateException; in hangup() method in Connection
|
D | CallManager.java | 808 getActiveFgCall(subId).hangup(); in dial() 2093 c.getCall().hangup(); in handleMessage()
|
D | GsmCdmaPhone.java | 1113 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
D | RIL.java | 1352 radioProxy.hangup(rr.mSerial, gsmIndex); in hangupConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsExternalCall.java | 51 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
|
D | ImsPhoneCall.java | 78 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()
|
D | ImsExternalConnection.java | 125 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
|
D | ImsPhoneConnection.java | 456 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection 458 mOwner.hangup(this); in hangup()
|
D | ImsPhoneCallTracker.java | 1575 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
|
D | ImsPhone.java | 539 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService() 603 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTest.java | 98 mCallUnderTest.hangup(); in testHangup() 99 verify(mCT).hangup(mCallUnderTest); in testHangup()
|
D | GsmCdmaCallTrackerTest.java | 135 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()
|
D | ConnectionTest.java | 80 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
|
D | RILTest.java | 492 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTest.java | 120 mImsCallUT.hangup(); in testHangup() 121 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
|
D | ImsPhoneCallTrackerTest.java | 465 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp() 634 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup() 1143 mCTUT.hangup(mCTUT.mHandoverCall); in testHangupHandoverCall()
|
D | ImsPhoneTest.java | 189 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/ |
D | SipPhone.java | 520 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/ |
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 …]
|