summaryrefslogtreecommitdiff
path: root/telephony/java/com
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2020-11-17 15:44:17 -0800
committerBrad Ebinger <breadley@google.com>2020-11-25 14:59:49 -0800
commit082ae24fa82740d129fdf1bb22f31a538fc29723 (patch)
tree14741ba5812b1b77ea3cbc19b3e28a5275b0e6e5 /telephony/java/com
parentd5c9dc309c6b56bf3aefa0f2303c860624337de0 (diff)
Add SIP Transport create/destroy API defs
Move SIP transport APIs to @SystemApi Bug: 154763999 Test: atest CtsTelephonyTestCases:SipDelegateManagerTest Change-Id: I181e84866fcdb683eb5933e54460bbe18e96851d
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl5
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 d16cb16a290c..f14ccba96f55 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);