summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Brad Ebinger <breadley@google.com> 2024-11-04 13:40:24 -0800
committer Brad Ebinger <breadley@google.com> 2024-11-07 18:24:35 +0000
commit82e47315d64a50266ea2bc0002cf708fe7c20a88 (patch)
treed2e2a1391492c139fabffc43303a0b3e02b1c2ae
parent29e461a65749d107b47baf270147432b094492f8 (diff)
Add new shell command for IMS related tests to specify a specific user ID
Flag: com.android.internal.telephony.flags.ims_resolver_user_aware Bug: 371272669 Test: atest CtsTelephonyTestCases Change-Id: Ic7e6e2ba26e93e1cbc906a0139e56544158cb206
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 231c8f551389..121e39b4de65 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -885,7 +885,7 @@ interface ITelephony {
/**
* @return true if the ImsService to bind to for the slot id specified was set, false otherwise.
*/
- boolean setBoundImsServiceOverride(int slotIndex, boolean isCarrierService,
+ boolean setBoundImsServiceOverride(int slotIndex, int userId, boolean isCarrierService,
in int[] featureTypes, in String packageName);
/**