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

Commit 7423eade authored by Thomas Nguyen's avatar Thomas Nguyen
Browse files

Update setSatelliteAccessAllowedForSubscriptions API

The API should have a new flag to indicate if we should reset all overridden configs.

Flag: TEST_ONLY
Bug: 414919132
Test: MultiProviderCoexistSatelliteTest SatelliteManagerTestOnMockService ManualConnectCarrierRoamingSatelliteTest
Change-Id: I7947202f934cd7391585d81dc60b73a1a86a95be
parent ea3af434
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.