Home
last modified time | relevance | path

Searched refs:hangup (Results 1 – 21 of 21) 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()
2264 c.getCall().hangup(); in handleMessage()
DGsmCdmaCallTracker.java796 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()
DGsmCdmaConnection.java338 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
340 mOwner.hangup(this); in hangup()
DConnection.java439 public abstract void hangup() throws CallStateException; in hangup() method in Connection
DGsmCdmaPhone.java897 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTrackerTest.java140 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()
DGsmCdmaCallTest.java98 mCallUnderTest.hangup(); in testHangup()
99 verify(mCT).hangup(mCallUnderTest); in testHangup()
DCallManagerTest.java257 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/
DImsPhoneCall.java76 mOwner.hangup(this); in dispose()
118 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
119 mOwner.hangup(this); in hangup()
DImsExternalCall.java55 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
DImsExternalConnection.java113 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
DImsPhoneConnection.java314 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
316 mOwner.hangup(this); in hangup()
DImsPhoneCallTracker.java578 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
DImsPhone.java343 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
369 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java105 mImsCallUT.hangup(); in testHangup()
106 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
DImsPhoneCallTrackerTest.java280 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp()
377 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMOCallHangup()
DImsPhoneTest.java158 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/
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()
951 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection