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

Commit 46ad6ae3 authored by joonhunshin's avatar joonhunshin
Browse files

Add interface for satellite CTS

Bug: 370007096
Test: build pass
Flag: EXEMPT add interface

Change-Id: Id05f31512df964c00bf3b6f916377c09d0194b08
parent 65e59d9a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3016,6 +3016,14 @@ interface ITelephony {
     */
    boolean setSatelliteListeningTimeoutDuration(in long timeoutMillis);

    /**
     * This API can be used by only CTS to control ingoring cellular service state event.
     *
     * @param enabled Whether to enable boolean config.
     * @return {@code true} if the value is set successfully, {@code false} otherwise.
     */
    boolean setSatelliteIgnoreCellularServiceState(in boolean enabled);

    /**
     * This API can be used by only CTS to update satellite pointing UI app package and class names.
     *