/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCall.java | 59 public void hangup() throws CallStateException { in hangup() method in GsmCdmaCall 60 mOwner.hangup(this); in hangup()
|
D | Call.java | 92 public abstract void hangup() throws CallStateException; in hangup() method in Call 268 hangup();
|
D | GsmCdmaCallTracker.java | 873 hangup(mConnections[i]); in handlePollCalls() 1208 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker 1285 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker 1299 hangup((GsmCdmaConnection)(call.getConnections().get(0))); in hangup()
|
D | GsmCdmaConnection.java | 371 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection 373 mOwner.hangup(this); in hangup()
|
D | Connection.java | 637 public abstract void hangup() throws CallStateException; in hangup() method in Connection
|
D | CallManager.java | 811 getActiveFgCall(subId).hangup(); in dial() 2096 c.getCall().hangup(); in handleMessage()
|
D | GsmCdmaPhone.java | 1012 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
D | RIL.java | 1085 radioProxy.hangup(rr.mSerial, gsmIndex); in hangupConnection()
|
/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 | 154 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallHangup() 179 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallDialPickUpHangup() 203 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPendingHangUp() 332 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallSwitchHangupForeGround() 364 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPickUpHangUpResumeBackGround()
|
D | ConnectionTest.java | 73 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
|
D | RILTest.java | 483 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 77 mOwner.hangup(this); in dispose() 121 hangup() throws CallStateException { in hangup() method in ImsPhoneCall 122 mOwner.hangup(this); in hangup()
|
D | ImsExternalCall.java | 59 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
|
D | ImsExternalConnection.java | 126 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
|
D | ImsPhoneConnection.java | 383 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection 385 mOwner.hangup(this); in hangup()
|
D | ImsPhoneCallTracker.java | 1149 mForegroundCall.hangup(); in acceptCall() 1183 hangup(mRingingCall); in rejectCall() 1704 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker 1712 hangup(conn.getCall()); in hangup() 1717 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
|
D | ImsPhone.java | 487 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService() 551 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTest.java | 117 mImsCallUT.hangup(); in testHangup() 118 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
|
D | ImsPhoneTest.java | 173 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection() 194 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
|
D | ImsPhoneCallTrackerTest.java | 410 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp() 579 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup()
|
/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() 952 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection
|