Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DCountryCodeToRegionCodeMap.java41 ArrayList<String> listWithRegionCode; in getCountryCodeToRegionCodeMap() local
43 listWithRegionCode = new ArrayList<String>(25); in getCountryCodeToRegionCodeMap()
44 listWithRegionCode.add("US"); in getCountryCodeToRegionCodeMap()
45 listWithRegionCode.add("AG"); in getCountryCodeToRegionCodeMap()
46 listWithRegionCode.add("AI"); in getCountryCodeToRegionCodeMap()
47 listWithRegionCode.add("AS"); in getCountryCodeToRegionCodeMap()
48 listWithRegionCode.add("BB"); in getCountryCodeToRegionCodeMap()
49 listWithRegionCode.add("BM"); in getCountryCodeToRegionCodeMap()
50 listWithRegionCode.add("BS"); in getCountryCodeToRegionCodeMap()
51 listWithRegionCode.add("CA"); in getCountryCodeToRegionCodeMap()
[all …]