Searched defs:countries (Results 1 – 5 of 5) sorted by relevance
54 repeated CountryInfo countries = 2; field
68 Set<String> countries = new LinkedHashSet<String>(); in onHandleIntent() local
94 List<String> countries = s.getCountries(); in getItemList() local
95 final String[] countries = getResources().getStringArray(R.array.countries_array); in onCreate() local
161 List<String> countries, in ContentRatingSystem()