Searched refs:networkCountryIsoList (Results 1 – 1 of 1) sorted by relevance
941 List<String> networkCountryIsoList = mCountryDetector.getCurrentNetworkCountryIso(); in checkSatelliteAccessRestrictionForCurrentLocation() local942 if (!networkCountryIsoList.isEmpty()) { in checkSatelliteAccessRestrictionForCurrentLocation()944 networkCountryIsoList)); in checkSatelliteAccessRestrictionForCurrentLocation()946 boolean allowed = isSatelliteAccessAllowedForLocation(networkCountryIsoList); in checkSatelliteAccessRestrictionForCurrentLocation()952 .setCountryCodes(networkCountryIsoList); in checkSatelliteAccessRestrictionForCurrentLocation()1200 @NonNull List<String> networkCountryIsoList) { in isSatelliteAccessAllowedForLocation()1203 if (networkCountryIsoList.isEmpty()) { in isSatelliteAccessAllowedForLocation()1209 return getSatelliteCountryCodes().containsAll(networkCountryIsoList); in isSatelliteAccessAllowedForLocation()1217 if (networkCountryIsoList.isEmpty()) { in isSatelliteAccessAllowedForLocation()1223 for (String countryCode : networkCountryIsoList) { in isSatelliteAccessAllowedForLocation()