Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82e47315 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

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
parent 29e461a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);

    /**