/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaCall.java | 69 hangup() throws CallStateException { in hangup() method in CdmaCall 70 mOwner.hangup(this); in hangup()
|
D | CdmaCallTracker.java | 566 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()
|
D | CdmaConnection.java | 251 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/ |
D | GsmCall.java | 71 hangup() throws CallStateException { in hangup() method in GsmCall 72 mOwner.hangup(this); in hangup()
|
D | GsmCallTracker.java | 486 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()
|
D | GsmConnection.java | 222 public void hangup() throws CallStateException { in hangup() method in GsmConnection 224 mOwner.hangup(this); in hangup()
|
D | GSMPhone.java | 639 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 57 mOwner.hangup(this); in dispose() 99 hangup() throws CallStateException { in hangup() method in ImsPhoneCall 100 mOwner.hangup(this); in hangup()
|
D | ImsPhoneConnection.java | 238 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection 240 mOwner.hangup(this); in hangup()
|
D | ImsPhoneCallTracker.java | 475 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
|
D | ImsPhone.java | 306 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService() 333 mCT.hangup(call); in handleCallWaitingIncallSupplementaryService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Call.java | 88 public abstract void hangup() throws CallStateException; in hangup() method in Call 267 hangup();
|
D | CallManager.java | 735 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()
|
D | Connection.java | 318 public abstract void hangup() throws CallStateException; in hangup() method in Connection
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java | 252 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/ |
D | SipPhone.java | 498 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
|