Searched refs:getSatelliteCountryCodes (Results 1 – 1 of 1) sorted by relevance
812 private List<String> getSatelliteCountryCodes() { in getSatelliteCountryCodes() method in SatelliteAccessController1209 return getSatelliteCountryCodes().containsAll(networkCountryIsoList); in isSatelliteAccessAllowedForLocation()1212 if (getSatelliteCountryCodes().isEmpty()) { in isSatelliteAccessAllowedForLocation()1224 if (getSatelliteCountryCodes().contains(countryCode)) { in isSatelliteAccessAllowedForLocation()