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

Commit 9a9ee3c9 authored by youngtaecha's avatar youngtaecha
Browse files

Add overrideConfigDataVersion() for CTS

Bug: 402559758
Test: atest SatelliteManagerTestOnMockService#testSatelliteAccessControllerLoadSatelliteAccessData
Flag: com.android.internal.telephony.flags.satellite_25q4_apis

Change-Id: Ie4cb05aeb0c3952ab1d6fc1e64280379093de0f1
parent adcab057
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3237,6 +3237,15 @@ interface ITelephony {
     */
    boolean setOemEnabledSatelliteProvisionStatus(in boolean reset, in boolean isProvisioned);

    /**
     * This API is used by CTS to override the version of the config data
     *
     * @param reset Whether to restore the original version
     * @param version The overriding version
     * @return {@code true} if successful, {@code false} otherwise
     */
    boolean overrideConfigDataVersion(in boolean reset, in int version);

    /**
     * Test method to confirm the file contents are not altered.
     */