diff options
author | James.cf Lin <jamescflin@google.com> | 2021-04-29 15:41:17 +0800 |
---|---|---|
committer | James.cf Lin <jamescflin@google.com> | 2021-05-08 07:33:03 +0800 |
commit | cf451204eb0974aea1d894fadebfddb905a8c6b9 (patch) | |
tree | c22c74a1dbc1a45d85c52ed0d8fd18668f5f7a9c /telephony/java/com | |
parent | 9639cd624251b7434397bec41c4eb360a28b3731 (diff) |
Add carrier config for the SIP 486 request forbidden and add API for SHELL command to remove the UCE requests cannot be sent the network status.
Bug: 186131340
Test: atest ImsServiceTest RcsUceAdapterTest
Change-Id: Id3a97fc975764754d6b610478c17a501f65aa229
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 97078c3dd76e..3c55b7c8dbd6 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -2398,6 +2398,12 @@ interface ITelephony { String getLastUcePidfXmlShell(int subId); /** + * Remove UCE requests cannot be sent to the network status. + * Note: This is designed for a SHELL command only. + */ + boolean removeUceRequestDisallowedStatus(int subId); + + /** * Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the * specified thresholds. */ |