Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java59 public void hangup() throws CallStateException { in hangup() method in GsmCdmaCall
60 mOwner.hangup(this); in hangup()
DCall.java92 public abstract void hangup() throws CallStateException; in hangup() method in Call
268 hangup();
DGsmCdmaCallTracker.java873 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()
DGsmCdmaConnection.java371 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
373 mOwner.hangup(this); in hangup()
DConnection.java637 public abstract void hangup() throws CallStateException; in hangup() method in Connection
DCallManager.java811 getActiveFgCall(subId).hangup(); in dial()
2096 c.getCall().hangup(); in handleMessage()
DGsmCdmaPhone.java1012 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
DRIL.java1085 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.java154 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()
DConnectionTest.java73 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
DRILTest.java483 verify(mRadioProxy).hangup(mSerialNumberCaptor.capture(), eq(gsmIndex)); in testHangupConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java77 mOwner.hangup(this); in dispose()
121 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
122 mOwner.hangup(this); in hangup()
DImsExternalCall.java59 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
DImsExternalConnection.java126 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
DImsPhoneConnection.java383 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
385 mOwner.hangup(this); in hangup()
DImsPhoneCallTracker.java1149 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
DImsPhone.java487 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
551 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java117 mImsCallUT.hangup(); in testHangup()
118 verify(mImsCT).hangup(eq(mImsCallUT)); in testHangup()
DImsPhoneTest.java173 verify(mImsCT).hangup(mBackgroundCall); in testHandleInCallMmiCommandCallDeflection()
194 verify(mImsCT).hangup(any(ImsPhoneCall.class)); in testHandleInCallMmiCommandCallWaiting()
DImsPhoneCallTrackerTest.java410 mCTUT.hangup(mCTUT.mForegroundCall); in testImsMTCallAcceptHangUp()
579 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