Searched refs:listWithRegionCode (Results 1 – 2 of 2) sorted by relevance
39 ArrayList<String> listWithRegionCode; in getCountryCodeToRegionCodeMap() local41 listWithRegionCode = new ArrayList<String>(25); in getCountryCodeToRegionCodeMap()42 listWithRegionCode.add("US"); in getCountryCodeToRegionCodeMap()43 listWithRegionCode.add("AG"); in getCountryCodeToRegionCodeMap()44 listWithRegionCode.add("AI"); in getCountryCodeToRegionCodeMap()45 listWithRegionCode.add("AS"); in getCountryCodeToRegionCodeMap()46 listWithRegionCode.add("BB"); in getCountryCodeToRegionCodeMap()47 listWithRegionCode.add("BM"); in getCountryCodeToRegionCodeMap()48 listWithRegionCode.add("BS"); in getCountryCodeToRegionCodeMap()49 listWithRegionCode.add("CA"); in getCountryCodeToRegionCodeMap()[all …]
39 ArrayList<String> listWithRegionCode; in getCountryCodeToRegionCodeMap() local41 listWithRegionCode = new ArrayList<String>(2); in getCountryCodeToRegionCodeMap()42 listWithRegionCode.add("US"); in getCountryCodeToRegionCodeMap()43 listWithRegionCode.add("BS"); in getCountryCodeToRegionCodeMap()44 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap()46 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()47 listWithRegionCode.add("FR"); in getCountryCodeToRegionCodeMap()48 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap()50 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()51 listWithRegionCode.add("HU"); in getCountryCodeToRegionCodeMap()[all …]