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

Commit e6bb6702 authored by Arun Voddu's avatar Arun Voddu Committed by Android (Google) Code Review
Browse files

Merge "adb shell command to trigger...

Merge "adb shell command to trigger phone.notifyCarrierRoamingNtnEligibleStateChanged API." into main
parents 8fbbeb3b 9118e3c4
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -3433,4 +3433,15 @@ interface ITelephony {
     * @hide
     */
    ComponentName getTestEuiccUiComponent();

    /**
     * This API can be used only for test purpose to override the carrier romaing Ntn eligibility
     *
     * @param status to update Ntn Eligibility.
     * @param resetRequired to reset the overridden flag in satellite controller.
     * @return {@code true} if the shell command is successful, {@code false} otherwise.
     * @hide
     */
    boolean overrideCarrierRoamingNtnEligibilityChanged(
            in boolean status, in boolean resetRequired);
}