Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCall.java69 hangup() throws CallStateException { in hangup() method in CdmaCall
70 mOwner.hangup(this); in hangup()
DCdmaCallTracker.java566 hangup(mConnections[i]); in handlePollCalls()
765 hangup (CdmaConnection conn) throws CallStateException { in hangup() method in CdmaCallTracker
842 hangup (CdmaCall call) throws CallStateException { in hangup() method in CdmaCallTracker
855 hangup((CdmaConnection)(call.getConnections().get(0))); in hangup()
DCdmaConnection.java251 public void hangup() throws CallStateException { in hangup() method in CdmaConnection
253 mOwner.hangup(this); in hangup()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCall.java71 hangup() throws CallStateException { in hangup() method in GsmCall
72 mOwner.hangup(this); in hangup()
DGsmCallTracker.java486 hangup(mConnections[i]); in handlePollCalls()
702 hangup (GsmConnection conn) throws CallStateException { in hangup() method in GsmCallTracker
762 hangup (GsmCall call) throws CallStateException { in hangup() method in GsmCallTracker
775 hangup((GsmConnection)(call.getConnections().get(0))); in hangup()
DGsmConnection.java222 public void hangup() throws CallStateException { in hangup() method in GsmConnection
224 mOwner.hangup(this); in hangup()
DGSMPhone.java639 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java57 mOwner.hangup(this); in dispose()
99 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
100 mOwner.hangup(this); in hangup()
DImsPhoneConnection.java238 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
240 mOwner.hangup(this); in hangup()
DImsPhoneCallTracker.java475 hangup(mRingingCall); in rejectCall()
723 hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
731 hangup(conn.getCall()); in hangup()
737 hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
DImsPhone.java306 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
333 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java88 public abstract void hangup() throws CallStateException; in hangup() method in Call
267 hangup();
DCallManager.java735 getActiveFgCall().hangup(); in acceptCall()
739 getActiveFgCall().hangup(); in acceptCall()
848 getActiveFgCall().hangup(); in hangupForegroundResumeBackground()
851 getActiveFgCall().hangup(); in hangupForegroundResumeBackground()
993 getActiveFgCall(subId).hangup(); in dial()
2301 c.getCall().hangup(); in handleMessage()
DConnection.java318 public abstract void hangup() throws CallStateException; in hangup() method in Connection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java252 mGSMPhone.getForegroundCall().hangup(); in brokenTestGeneral()
369 conn.hangup(); in brokenTestGeneral()
631 mGSMPhone.getForegroundCall().hangup(); in brokenTestGeneral()
738 mGSMPhone.getBackgroundCall().hangup(); in brokenTestGeneral()
807 mGSMPhone.getForegroundCall().hangup(); in testHangupOnOutgoing()
832 mGSMPhone.getForegroundCall().hangup(); in testHangupOnOutgoing()
849 cn.hangup(); in testHangupOnOutgoing()
1316 mGSMPhone.getBackgroundCall().hangup(); in testCallIndex()
1916 hangup(c); in runValidMmiWithConnect()
1919 private void hangup(Connection cn) throws CallStateException { in hangup() method in GSMPhoneTest
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java498 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall
507 c.hangup(); in hangup()
535 hangup(); in rejectCall()
931 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection