Home
last modified time | relevance | path

Searched refs:countryCodeList (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/utils/satellite/configdatagenerator/src/main/java/com/android/telephony/tools/configdatagenerate/
DRegionProto.java28 String[] countryCodeList, in RegionProto() argument
32 mCountryCodeList = countryCodeList; in RegionProto()
DSatelliteConfigProtoGenerator.java105 String[] countryCodeList = sRegionProto.mCountryCodeList; in generateProto() local
106 for (int i = 0; i < countryCodeList.length; i++) { in generateProto()
107 satelliteRegionBuilder.addCountryCodes(countryCodeList[i]); in generateProto()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java2238 List<String> countryCodeList; in checkSatelliteAccessRestrictionUsingCachedCountryCodes() local
2245 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()