Searched defs:countries (Results 1 – 6 of 6) sorted by relevance
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
205 public void setCountries(String countries) { in setCountries()
115 final String[] countries = getResources().getStringArray(R.array.countries_array); in onCreate() local
161 List<String> countries, in ContentRatingSystem()