Searched refs:countryCodeToRegionCodeMap (Results 1 – 2 of 2) sorted by relevance
| /external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
| D | CountryCodeToRegionCodeMap.java | 36 Map<Integer, List<String>> countryCodeToRegionCodeMap = in getCountryCodeToRegionCodeMap() local 67 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 72 countryCodeToRegionCodeMap.put(7, listWithRegionCode); in getCountryCodeToRegionCodeMap() 76 countryCodeToRegionCodeMap.put(20, listWithRegionCode); in getCountryCodeToRegionCodeMap() 80 countryCodeToRegionCodeMap.put(27, listWithRegionCode); in getCountryCodeToRegionCodeMap() 84 countryCodeToRegionCodeMap.put(30, listWithRegionCode); in getCountryCodeToRegionCodeMap() 88 countryCodeToRegionCodeMap.put(31, listWithRegionCode); in getCountryCodeToRegionCodeMap() 92 countryCodeToRegionCodeMap.put(32, listWithRegionCode); in getCountryCodeToRegionCodeMap() 96 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap() 100 countryCodeToRegionCodeMap.put(34, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|
| /external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
| D | CountryCodeToRegionCodeMapForTesting.java | 36 Map<Integer, List<String>> countryCodeToRegionCodeMap = in getCountryCodeToRegionCodeMap() local 44 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 48 countryCodeToRegionCodeMap.put(39, listWithRegionCode); in getCountryCodeToRegionCodeMap() 52 countryCodeToRegionCodeMap.put(44, listWithRegionCode); in getCountryCodeToRegionCodeMap() 56 countryCodeToRegionCodeMap.put(48, listWithRegionCode); in getCountryCodeToRegionCodeMap() 60 countryCodeToRegionCodeMap.put(49, listWithRegionCode); in getCountryCodeToRegionCodeMap() 64 countryCodeToRegionCodeMap.put(52, listWithRegionCode); in getCountryCodeToRegionCodeMap() 68 countryCodeToRegionCodeMap.put(54, listWithRegionCode); in getCountryCodeToRegionCodeMap() 72 countryCodeToRegionCodeMap.put(55, listWithRegionCode); in getCountryCodeToRegionCodeMap() 76 countryCodeToRegionCodeMap.put(61, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|