Home
last modified time | relevance | path

Searched refs:hangup (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java58 public void hangup() throws CallStateException { in hangup() method in GsmCdmaCall
59 mOwner.hangup(this); in hangup()
DCall.java82 public abstract void hangup() throws CallStateException; in hangup() method in Call
254 hangup();
DCallManager.java699 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()
2269 c.getCall().hangup(); in handleMessage()
DGsmCdmaCallTracker.java822 hangup(mConnections[i]); in handlePollCalls()
1153 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1228 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1242 hangup((GsmCdmaConnection)(call.getConnections().get(0))); in hangup()
DGsmCdmaConnection.java351 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
353 mOwner.hangup(this); in hangup()
DConnection.java504 public abstract void hangup() throws CallStateException; in hangup() method in Connection
DGsmCdmaPhone.java889 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
DRIL.java841 radioProxy.hangup(rr.mSerial, gsmIndex); in hangupConnection()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTest.java98 mCallUnderTest.hangup(); in testHangup()
99 verify(mCT).hangup(mCallUnderTest); in testHangup()
DGsmCdmaCallTrackerTest.java148 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallHangup()
173 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallDialPickUpHangup()
197 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPendingHangUp()
306 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallSwitchHangupForeGround()
338 mCTUT.hangup(mCTUT.mForegroundCall); in testMOCallPickUpHangUpResumeBackGround()
DCallManagerTest.java259 verify(mFgCall, times(0)).hangup(); in testHangupForegroundResumeBackground()
264 verify(mFgCall, times(1)).hangup(); in testHangupForegroundResumeBackground()
271 verify(mFgCall, times(2)).hangup(); in testHangupForegroundResumeBackground()
DRILTest.java425 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java76 mOwner.hangup(this); in dispose()
118 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
119 mOwner.hangup(this); in hangup()
DImsExternalCall.java57 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
DImsExternalConnection.java125 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
DImsPhoneConnection.java368 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
370 mOwner.hangup(this); in hangup()
DImsPhoneCallTracker.java1253 mForegroundCall.hangup(); in acceptCall()
1287 hangup(mRingingCall); in rejectCall()
1634 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
1642 hangup(conn.getCall()); in hangup()
1647 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
DImsPhone.java431 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
495 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java114 mImsCallUT.hangup(); in testHangup()
115 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
DImsPhoneTest.java168 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection()
189 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
DImsPhoneCallTrackerTest.java402 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp()
566 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken252 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/
DSipPhone.java518 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
/frameworks/base/config/
Dboot-image-profile.txt9957 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->hangup(Lcom/android/internal/telep…
9958 HPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->hangup(Lcom/android/internal/telep…
9988 HPLcom/android/internal/telephony/imsphone/ImsPhoneConnection;->hangup()V
39760 HSPLcom/android/internal/telephony/Connection;->hangup()V