Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +9 −0 Original line number Original line Diff line number Diff line Loading @@ -3237,6 +3237,15 @@ interface ITelephony { */ */ boolean setOemEnabledSatelliteProvisionStatus(in boolean reset, in boolean isProvisioned); 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. * Test method to confirm the file contents are not altered. */ */ Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +9 −0 Original line number Original line Diff line number Diff line Loading @@ -3237,6 +3237,15 @@ interface ITelephony { */ */ boolean setOemEnabledSatelliteProvisionStatus(in boolean reset, in boolean isProvisioned); 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. * Test method to confirm the file contents are not altered. */ */ Loading