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

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

Merge "Add a test API to override satellite provision status" into main

parents 9a21416f fbdb3304
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3077,6 +3077,16 @@ interface ITelephony {
            in String s2CellFile, in long locationFreshDurationNanos,
            in List<String> satelliteCountryCodes);

    /**
     * This API can be used in only testing to override oem-enabled satellite provision status.
     *
     * @param reset {@code true} mean the overriding status should not be used, {@code false}
     *              otherwise.
     * @param isProvisioned The overriding provision status.
     * @return {@code true} if the provision status is set successfully, {@code false} otherwise.
     */
    boolean setOemEnabledSatelliteProvisionStatus(in boolean reset, in boolean isProvisioned);

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