Searched defs:countries (Results 1 – 11 of 11) sorted by relevance
49 static List<String> extractIsoCodes(List<CountryZonesFile.Country> countries) { in extractIsoCodes()
149 private final List<Country> countries = new ArrayList<>(); field in TzLookupFile.CountryZones
26 repeated Country countries = 2; field
58 repeated CountryInfo countries = 2; field
68 Set<String> countries = new LinkedHashSet<String>(); in onHandleIntent() local
94 List<String> countries = s.getCountries(); in getItemList() local
213 ArrayList<String> countries = new ArrayList<String>(); in performFiltering() local
95 final String[] countries = getResources().getStringArray(R.array.countries_array); in onCreate() local
202 public void setCountries(String countries) { in setCountries()
161 List<String> countries, in ContentRatingSystem()
803 CountryZonesFile.Country... countries) { in createValidCountryZones()