Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmCall.java86 hangup() throws CallStateException { in hangup() method in GsmCall
DGsmCallTracker.java667 hangup (GsmConnection conn) throws CallStateException { in hangup() method in GsmCallTracker
727 hangup (GsmCall call) throws CallStateException { in hangup() method in GsmCallTracker
DGsmConnection.java239 public void hangup() throws CallStateException { in hangup() method in GsmConnection
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaCall.java90 hangup() throws CallStateException { in hangup() method in CdmaCall
DCdmaCallTracker.java720 hangup (CdmaConnection conn) throws CallStateException { in hangup() method in CdmaCallTracker
797 hangup (CdmaCall call) throws CallStateException { in hangup() method in CdmaCallTracker
DCdmaConnection.java291 public void hangup() throws CallStateException { in hangup() method in CdmaConnection
/frameworks/base/telephony/java/com/android/internal/telephony/
DCall.java70 public abstract void hangup() throws CallStateException; in hangup() method in Call
DConnection.java224 public abstract void hangup() throws CallStateException; in hangup() method in Connection
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
DSipPhone.java409 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipCall
810 public void hangup() throws CallStateException { in hangup() method in SipPhone.SipConnection
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java1916 private void hangup(Connection cn) throws CallStateException { in hangup() method in GSMPhoneTest