Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmCall.java87 hangup() throws CallStateException { in hangup() method in GsmCall
DGsmCallTracker.java652 hangup (GsmConnection conn) throws CallStateException { in hangup() method in GsmCallTracker
712 hangup (GsmCall call) throws CallStateException { in hangup() method in GsmCallTracker
DGsmConnection.java238 public void hangup() throws CallStateException { in hangup() method in GsmConnection
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaCall.java91 hangup() throws CallStateException { in hangup() method in CdmaCall
DCdmaCallTracker.java697 hangup (CdmaConnection conn) throws CallStateException { in hangup() method in CdmaCallTracker
774 hangup (CdmaCall call) throws CallStateException { in hangup() method in CdmaCallTracker
DCdmaConnection.java292 public void hangup() throws CallStateException { in hangup() method in CdmaConnection
/frameworks/base/telephony/java/com/android/internal/telephony/
DCall.java66 public abstract void hangup() throws CallStateException; in hangup() method in Call
DConnection.java217 public abstract void hangup() throws CallStateException; in hangup() method in Connection
/frameworks/base/tests/CoreTests/com/android/internal/telephony/gsm/
DGSMPhoneTest.java1922 private void hangup(Connection cn) throws CallStateException { in hangup() method in GSMPhoneTest