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

Commit c8901c10 authored by Hakjun Choi's avatar Hakjun Choi Committed by Android (Google) Code Review
Browse files

Merge "Add new internal api for satellite CTS test" into 24D1-dev

parents f2948cb1 4b2dca68
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3375,4 +3375,13 @@ interface ITelephony {
     * @return {@code true} if the boolean config is set successfully, {@code false} otherwise.
     */
    boolean setDatagramControllerBooleanConfig(boolean reset, int booleanType, boolean enable);

    /**
     * This API can be used by only CTS to set the cache whether satellite communication is allowed.
     *
     * @param state a state indicates whether satellite access allowed state should be cached and
     * the allowed state.
     * @return {@code true} if the setting is successful, {@code false} otherwise.
     */
    boolean setIsSatelliteCommunicationAllowedForCurrentLocationCache(in String state);
}