Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +10 −0 Original line number Diff line number Diff line Loading @@ -3077,6 +3077,16 @@ interface ITelephony { in String s2CellFile, in long locationFreshDurationNanos, in List<String> satelliteCountryCodes); /** * This API can be used in only testing to override oem-enabled satellite provision status. * * @param reset {@code true} mean the overriding status should not be used, {@code false} * otherwise. * @param isProvisioned The overriding provision status. * @return {@code true} if the provision status is set successfully, {@code false} otherwise. */ boolean setOemEnabledSatelliteProvisionStatus(in boolean reset, in boolean isProvisioned); /** * Test method to confirm the file contents are not altered. */ Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +10 −0 Original line number Diff line number Diff line Loading @@ -3077,6 +3077,16 @@ interface ITelephony { in String s2CellFile, in long locationFreshDurationNanos, in List<String> satelliteCountryCodes); /** * This API can be used in only testing to override oem-enabled satellite provision status. * * @param reset {@code true} mean the overriding status should not be used, {@code false} * otherwise. * @param isProvisioned The overriding provision status. * @return {@code true} if the provision status is set successfully, {@code false} otherwise. */ boolean setOemEnabledSatelliteProvisionStatus(in boolean reset, in boolean isProvisioned); /** * Test method to confirm the file contents are not altered. */ Loading