diff options
author | 2025-03-13 14:18:03 +0000 | |
---|---|---|
committer | 2025-03-14 08:59:03 +0000 | |
commit | 9a9ee3c9877c99d7aefac1b27f551bf76ca02288 (patch) | |
tree | 896bff13778caed76e09dc9abefafdb0e0f9f747 /telephony | |
parent | adcab057b4a9d6553ff0bf8ca7e0ba67fc74edce (diff) |
Add overrideConfigDataVersion() for CTS
Bug: 402559758
Test: atest SatelliteManagerTestOnMockService#testSatelliteAccessControllerLoadSatelliteAccessData
Flag: com.android.internal.telephony.flags.satellite_25q4_apis
Change-Id: Ie4cb05aeb0c3952ab1d6fc1e64280379093de0f1
Diffstat (limited to 'telephony')
-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(" |