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

Commit 312b46d4 authored by Thomas Nguyen's avatar Thomas Nguyen
Browse files

Add an API to enable/disalbe CTS mode for testing

Flag: TEST_ONLY
Bug: 405483847
Test: SatelliteManagerTestOnMockService
Change-Id: Id62e1763e88a367b6bc9d78665c03523b568cba0
parent ec772b79
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3096,6 +3096,16 @@ interface ITelephony {
            + "android.Manifest.permission.SATELLITE_COMMUNICATION)")
    void setDeviceAlignedWithSatellite(boolean isAligned);

    /**
     * This API can be used by only CTS to update CTS mode testing.
     *
     * @param ctsMode Whether to enable CTS mode for testing.
     *
     * @return {@code true} if the CTS mode is set successfully,
     * {@code false} otherwise.
     */
    boolean setCtsMode(boolean ctsMode);

    /**
     * This API can be used by only CTS to update satellite vendor service package name.
     *