/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsExternalCall.java | 52 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
|
H A D | ImsPhoneCall.java | 122 hangup() throws CallStateException { in hangup() method in ImsPhoneCall 127 public void hangup(@android.telecom.Call.RejectReason int rejectReason) in hangup() method in ImsPhoneCall
|
H A D | ImsExternalConnection.java | 126 public void hangup() throws CallStateException { in hangup() method in ImsExternalConnection
|
H A D | ImsPhoneConnection.java | 478 public void hangup() throws CallStateException { in hangup() method in ImsPhoneConnection
|
H A D | ImsPhoneCallTracker.java | 2358 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
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | GsmCdmaCall.java | 55 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
|
H A D | Call.java | 129 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
|
H A D | GsmCdmaCallTracker.java | 1250 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
|
H A D | GsmCdmaConnection.java | 385 public void hangup() throws CallStateException { in hangup() method in GsmCdmaConnection
|
H A D | Connection.java | 739 public abstract void hangup() throws CallStateException; in hangup() method in Connection
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | ConnectionTest.java | 80 public void hangup() throws CallStateException {} in hangup() method in ConnectionTest.TestConnection
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipPhone.java | 524 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
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_voice.cpp | 70 TEST_P(RadioHidlTest, hangup) { in TEST_P() argument
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/ |
H A D | TelephonyConnectionServiceTest.java | 100 public void hangup(int telephonyDisconnectCode) { in hangup() method in TelephonyConnectionServiceTest.SimpleTelephonyConnection
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.cpp | 166 Return<void> Radio::hangup(int32_t /* serial */, int32_t /* gsmIndex */) { in hangup() function in android::hardware::radio::V1_2::implementation::Radio
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnection.java | 2145 public void hangup(int telephonyDisconnectCode) { in hangup() method in TelephonyConnection
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 936 Return<void> RadioImpl::hangup(int32_t serial, int32_t gsmIndex) { in hangup() function in RadioImpl
|