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

Commit c2a3f6c6 authored by Youngtae Cha's avatar Youngtae Cha Committed by Android (Google) Code Review
Browse files

Merge "Add overrideConfigDataVersion() for CTS" into main

parents de64bb8d 9a9ee3c9
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -3237,6 +3237,15 @@ interface ITelephony {
     */
     */
    boolean setOemEnabledSatelliteProvisionStatus(in boolean reset, in boolean isProvisioned);
    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.
     * Test method to confirm the file contents are not altered.
     */
     */