diff options
author | Brad Ebinger <breadley@google.com> | 2020-12-01 01:20:12 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-12-01 01:20:12 +0000 |
commit | af18d5949481b8b0811d840071615c3fc35f8572 (patch) | |
tree | 7118361f0fe60b9e8239b0d11594120fd942d0a7 /telephony/java/com | |
parent | c565f2bd578ce5b06160bd9d97eaa908103637b3 (diff) | |
parent | 082ae24fa82740d129fdf1bb22f31a538fc29723 (diff) |
Merge "Add SIP Transport create/destroy API defs"
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 4895fffa5849..9f675f6b4dd2 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -856,6 +856,11 @@ interface ITelephony { in int[] featureTypes, in String packageName); /** + * @return true if the ImsService cleared any carrier ImsService overrides, false otherwise. + */ + boolean clearCarrierImsServiceOverride(int slotIndex); + + /** * @return the package name of the carrier/device ImsService associated with this slot. */ String getBoundImsServicePackage(int slotIndex, boolean isCarrierImsService, int featureType); |