Searched refs:countryCodeToRegionCodeMap (Results 1 – 2 of 2) sorted by relevance
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
| D | CountryCodeToRegionCodeMap.java | 39 Map<Integer, List<String>> countryCodeToRegionCodeMap = new ArrayMap<>(286); in getCountryCodeToRegionCodeMap() local 69 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 74 countryCodeToRegionCodeMap.put(7, listWithRegionCode); in getCountryCodeToRegionCodeMap() 78 countryCodeToRegionCodeMap.put(20, listWithRegionCode); in getCountryCodeToRegionCodeMap() 82 countryCodeToRegionCodeMap.put(27, listWithRegionCode); in getCountryCodeToRegionCodeMap() 86 countryCodeToRegionCodeMap.put(30, listWithRegionCode); in getCountryCodeToRegionCodeMap() 90 countryCodeToRegionCodeMap.put(31, listWithRegionCode); in getCountryCodeToRegionCodeMap() 94 countryCodeToRegionCodeMap.put(32, listWithRegionCode); in getCountryCodeToRegionCodeMap() 98 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap() 102 countryCodeToRegionCodeMap.put(34, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|
| D | CountryCodeUtils.java | 39 Map<Integer, List<String>> countryCodeToRegionCodeMap = 42 for (Map.Entry<Integer, List<String>> entry : countryCodeToRegionCodeMap.entrySet()) {
|