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/gsm/
DGsmCall.java71 hangup() throws CallStateException { in hangup() method in GsmCall
72 mOwner.hangup(this); in hangup()
DGsmCallTracker.java497 hangup(mConnections[i]); in handlePollCalls()
713 hangup (GsmConnection conn) throws CallStateException { in hangup() method in GsmCallTracker
773 hangup (GsmCall call) throws CallStateException { in hangup() method in GsmCallTracker
786 hangup((GsmConnection)(call.getConnections().get(0))); in hangup()
DGsmConnection.java223 public void hangup() throws CallStateException { in hangup() method in GsmConnection
225 mOwner.hangup(this); in hangup()
DGSMPhone.java637 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/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.java567 hangup(mConnections[i]); in handlePollCalls()
767 hangup (CdmaConnection conn) throws CallStateException { in hangup() method in CdmaCallTracker
844 hangup (CdmaCall call) throws CallStateException { in hangup() method in CdmaCallTracker
857 hangup((CdmaConnection)(call.getConnections().get(0))); in hangup()
DCdmaConnection.java253 public void hangup() throws CallStateException { in hangup() method in CdmaConnection
255 mOwner.hangup(this); in hangup()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java77 mOwner.hangup(this); in dispose()
119 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
120 mOwner.hangup(this); in hangup()
DImsPhoneConnection.java247 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
249 mOwner.hangup(this); in hangup()
DImsPhoneCallTracker.java474 hangup(mRingingCall); in rejectCall()
751 hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
759 hangup(conn.getCall()); in hangup()
765 hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
DImsPhone.java350 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
377 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java90 public abstract void hangup() throws CallStateException; in hangup() method in Call
277 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.java357 public abstract void hangup() throws CallStateException; in hangup() method in Connection
/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.java499 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall
508 c.hangup(); in hangup()
536 hangup(); in rejectCall()
932 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection