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

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

Merge "Add an API to enable/disalbe CTS mode for testing" into main

parents 584dcda0 312b46d4
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.
     *