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

Commit 622356e8 authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

Merge "Add new shell command for IMS related tests to specify a specific user ID" into main

parents 13b869d5 82e47315
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -886,7 +886,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);

    /**