Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -3676,4 +3676,12 @@ interface ITelephony { @JavaPassthrough(annotation="@android.annotation.RequiresPermission(" + "android.Manifest.permission.SATELLITE_COMMUNICATION)") int getSatelliteDataSupportMode(in int subId); /** * This API can be used by only CTS to ignore plmn list from storage. * * @param enabled Whether to enable boolean config. * @return {@code true} if the value is set successfully, {@code false} otherwise. */ boolean setSatelliteIgnorePlmnListFromStorage(in boolean enabled); } Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -3676,4 +3676,12 @@ interface ITelephony { @JavaPassthrough(annotation="@android.annotation.RequiresPermission(" + "android.Manifest.permission.SATELLITE_COMMUNICATION)") int getSatelliteDataSupportMode(in int subId); /** * This API can be used by only CTS to ignore plmn list from storage. * * @param enabled Whether to enable boolean config. * @return {@code true} if the value is set successfully, {@code false} otherwise. */ boolean setSatelliteIgnorePlmnListFromStorage(in boolean enabled); }