diff options
author | 2025-03-15 04:33:54 -0700 | |
---|---|---|
committer | 2025-03-15 04:33:54 -0700 | |
commit | c2a3f6c61368fb58265115e8647dcb42ad484faf (patch) | |
tree | 903464dc73b68c683782796da4b395e690b6fa68 | |
parent | de64bb8d545dc5bd18209fcaddc3d87f7c921e06 (diff) | |
parent | 9a9ee3c9877c99d7aefac1b27f551bf76ca02288 (diff) |
Merge "Add overrideConfigDataVersion() for CTS" into main
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 0dd0a42d44b4..b8aa9e8646bd 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -3238,6 +3238,15 @@ interface ITelephony { boolean setOemEnabledSatelliteProvisionStatus(in boolean reset, in boolean isProvisioned); /** + * This API is used by CTS to override the version of the config data + * + * @param reset Whether to restore the original version + * @param version The overriding version + * @return {@code true} if successful, {@code false} otherwise + */ + boolean overrideConfigDataVersion(in boolean reset, in int version); + + /** * Test method to confirm the file contents are not altered. */ @JavaPassthrough(annotation="@android.annotation.RequiresPermission(" |