diff options
| -rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 7f25ef25c9ac..3161d17681ed 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -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); } |