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

Commit ca7defe5 authored by Hakjun Choi's avatar Hakjun Choi Committed by Automerger Merge Worker
Browse files

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

parents 0e03b064 c8901c10
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3381,4 +3381,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);
}