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.java52 public void hangup() throws CallStateException { in hangup() method in ImsExternalCall
57 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsExternalCall
DImsPhoneCall.java122 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
127 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCall
DImsExternalConnection.java126 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
DImsPhoneConnection.java478 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
DImsPhoneCallTracker.java2358 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2371 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2375 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.java55 public void hangup() throws CallStateException { in hangup() method in GsmCdmaCall
64 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in GsmCdmaCall
DCall.java129 public abstract void hangup() throws CallStateException; in hangup() method in Call
131 public abstract void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in Call
DGsmCdmaCallTracker.java1250 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1327 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker
DGsmCdmaConnection.java382 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
DConnection.java739 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.java524 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall
551 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in SipPhone.SipCall
970 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection