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.java124 hangup() throws CallStateException { in hangup() method in ImsPhoneCall
129 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.java508 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
DImsPhoneCallTracker.java2852 public void hangup (ImsPhoneConnection conn) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2865 public void hangup (ImsPhoneCall call) throws CallStateException { in hangup() method in ImsPhoneCallTracker
2869 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.java141 public abstract void hangup() throws CallStateException; in hangup() method in Call
143 public abstract void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in Call
DGsmCdmaCallTracker.java1276 public void hangup(GsmCdmaConnection conn) throws CallStateException { in hangup() method in GsmCdmaCallTracker
1353 public void hangup(GsmCdmaCall call) throws CallStateException { in hangup() method in GsmCdmaCallTracker
DRadioVoiceProxy.java390 public void hangup(int serial, int gsmIndex) throws RemoteException { in hangup() method in RadioVoiceProxy
DGsmCdmaConnection.java385 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
DConnection.java844 public abstract void hangup() throws CallStateException; in hangup() method in Connection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DConnectionTest.java93 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection