diff options
author | James Lin <jamescflin@google.com> | 2021-05-09 15:41:09 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-05-09 15:41:09 +0000 |
commit | 50c3a90cb3a3b2a8c1ab0297e6b52d20b069a2dc (patch) | |
tree | 88ae9d07c7f1a455898770a2a404b4a4c915d183 /telephony/java/com/android/internal | |
parent | 074175209a084671e8e4c13ae09a18136bb9334b (diff) | |
parent | b776230e12f45e64ae42228f62b6589cbe69cf33 (diff) |
Merge "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." am: 011be0d15a am: b776230e12
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1689574
Change-Id: Idf731b0b9ee15a4bb85677cc368b6271ba873bf4
Diffstat (limited to 'telephony/java/com/android/internal')
-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 e72b26c665b5..31a139cd788a 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -2403,6 +2403,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. */ |