Home
last modified time | relevance | path

Searched defs:hangup (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCall.java51 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
56 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsExternalCall
DImsPhoneCall.java121 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
126 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCall
DImsExternalConnection.java125 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
DImsPhoneConnection.java456 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
DImsPhoneCallTracker.java2182 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2195 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2199 public void hangup (ImsPhoneCall call, @android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java52 public void hangup() throws CallStateException { in hangup() method in GsmCdmaCall
61 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in GsmCdmaCall
DCall.java128 public abstract void hangup() throws CallStateException; in hangup() method in Call
130 public abstract void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in Call
DGsmCdmaCallTracker.java1205 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1282 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker
DGsmCdmaConnection.java369 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
DConnection.java686 public abstract void hangup() throws CallStateException; in hangup() method in Connection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DConnectionTest.java80 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java520 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall
547 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in SipPhone.SipCall
966 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection