Searched refs:mCountries (Results 1 – 1 of 1) sorted by relevance
55 private final List<String> mCountries; field in ContentRatingSystem101 return mCountries; in getCountries()171 mCountries = countries; in ContentRatingSystem()185 private List<String> mCountries; field in ContentRatingSystem.Builder212 if (mCountries == null) { in addCountry()213 mCountries = new ArrayList<>(); in addCountry()215 mCountries.add(new Locale("", country).getCountry()); in addCountry()254 if (mCountries != null) { in build()255 if (mCountries.size() == 1) { in build()256 sb.append(new Locale("", mCountries.get(0)).getDisplayCountry()); in build()[all …]