Searched refs:countryCodeList (Results 1 – 3 of 3) sorted by relevance
28 String[] countryCodeList, in RegionProto() argument32 mCountryCodeList = countryCodeList; in RegionProto()
105 String[] countryCodeList = sRegionProto.mCountryCodeList; in generateProto() local106 for (int i = 0; i < countryCodeList.length; i++) { in generateProto()107 satelliteRegionBuilder.addCountryCodes(countryCodeList[i]); in generateProto()
2238 List<String> countryCodeList; in checkSatelliteAccessRestrictionUsingCachedCountryCodes() local2245 countryCodeList = Arrays.asList(locationCountryCodeInfo.first); in checkSatelliteAccessRestrictionUsingCachedCountryCodes()2248 countryCodeList = networkCountryCodeInfoMap.keySet().stream().toList(); in checkSatelliteAccessRestrictionUsingCachedCountryCodes()2250 plogd("Use cached country codes=" + String.join(", ", countryCodeList)); in checkSatelliteAccessRestrictionUsingCachedCountryCodes()2254 boolean allowed = isSatelliteAccessAllowedForLocation(countryCodeList); in checkSatelliteAccessRestrictionUsingCachedCountryCodes()