Searched refs:mSatelliteCountryCodes (Results 1 – 1 of 1) sorted by relevance
171 private List<String> mSatelliteCountryCodes; field in SatelliteAccessController715 mSatelliteCountryCodes = satelliteCountryCodes; in updateSatelliteConfigData()718 + String.join(",", mSatelliteCountryCodes) in updateSatelliteConfigData()735 mSatelliteCountryCodes = getSatelliteCountryCodesFromOverlayConfig(context); in loadOverlayConfigs()775 mSatelliteCountryCodes = countryCodes.stream().collect(Collectors.toList()); in loadConfigUpdaterConfigs()817 return mSatelliteCountryCodes; in getSatelliteCountryCodes()