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

Commit 2d6ae039 authored by Thomas Nguyen's avatar Thomas Nguyen Committed by Android (Google) Code Review
Browse files

Merge "Update setSatelliteAccessAllowedForSubscriptions API" into main

parents c8918b21 7423eade
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3226,12 +3226,14 @@ interface ITelephony {
     * This API can be used by only CTS to override the satellite access allowed state for
     * a list of subscription IDs.
     *
     * @param reset {@code true} mean the overridden configs should not be used, {@code false}
     *              otherwise.
     * @param subIdListStr The string representation of the list of subscription IDs,
     *                     which are numbers separated by comma.
     * @return {@code true} if the satellite access allowed state is set successfully,
     * {@code false} otherwise.
     */
    boolean setSatelliteAccessAllowedForSubscriptions(in String subIdListStr);
    boolean setSatelliteAccessAllowedForSubscriptions(in boolean reset, in String subIdListStr);

    /**
     * This API can be used by only CTS to override satellite TN scanning support.