/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 | 129 public abstract void hangup() throws CallStateException; in hangup() method in Call 131 public abstract void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in Call 338 hangup();
|
D | GsmCdmaCallTracker.java | 906 hangup(mConnections[i]); in handlePollCalls() 1250 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker 1327 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker 1341 hangup((GsmCdmaConnection)(call.getConnections().get(0))); in hangup()
|
D | GsmCdmaConnection.java | 382 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection 384 mOwner.hangup(this); in hangup()
|
D | CallManager.java | 810 getActiveFgCall(subId).hangup(); in dial() 2096 c.getCall().hangup(); in handleMessage()
|
D | Connection.java | 739 public abstract void hangup() throws CallStateException; in hangup() method in Connection
|
D | GsmCdmaPhone.java | 1131 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
D | RIL.java | 1371 radioProxy.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 | 79 mOwner.hangup(this); in dispose() 122 hangup() throws CallStateException { in hangup() method in ImsPhoneCall 123 mOwner.hangup(this); in hangup() 127 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCall 129 mOwner.hangup(this, rejectReason); in hangup()
|
D | ImsExternalConnection.java | 126 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
|
D | ImsPhoneCallTracker.java | 1139 c.hangup(); in hangupAllConnections() 1746 mForegroundCall.hangup(); in acceptCall() 1784 hangup(mRingingCall); in rejectCall() 2358 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker 2366 hangup(conn.getCall()); in hangup() 2371 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker 2372 hangup(call, android.telecom.Call.REJECT_REASON_DECLINED); in hangup() 2375 public void hangup (ImsPhoneCall call, @android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCallTracker 3015 hangup(mBackgroundCall);
|
D | ImsPhoneConnection.java | 478 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection 480 mOwner.hangup(this); in hangup()
|
D | ImsPhone.java | 664 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService() 728 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 | 149 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallHangup() 174 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallDialPickUpHangup() 197 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPendingHangUp() 320 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallSwitchHangupForeGround() 352 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPickUpHangUpResumeBackGround()
|
D | ConnectionTest.java | 80 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
|
D | RILTest.java | 502 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 524 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall 533 c.hangup(); in hangup() 551 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in SipPhone.SipCall 553 hangup(); in hangup() 571 hangup(); in rejectCall() 970 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 …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTest.java | 121 mImsCallUT.hangup(); in testHangup() 122 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
|
D | ImsPhoneCallTrackerTest.java | 486 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp() 719 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup() 1269 mCTUT.hangup(mCTUT.mHandoverCall); in testHangupHandoverCall()
|
D | ImsPhoneTest.java | 197 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection() 218 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
|