Searched refs:mCountries (Results 1 – 3 of 3) 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 …]
204 private String mCountries = null; field in Policy.RoamingPartner206 mCountries = countries; in setCountries()209 return mCountries; in getCountries()219 mCountries = source.mCountries; in RoamingPartner()233 dest.writeString(mCountries); in writeToParcel()249 && TextUtils.equals(mCountries, that.mCountries); in equals()254 return Objects.hash(mFqdn, mFqdnExactMatch, mPriority, mCountries); in hashCode()263 builder.append("Countries: ").append(mCountries).append("\n"); in toString()282 if (TextUtils.isEmpty(mCountries)) { in validate()286 if (mCountries.getBytes(StandardCharsets.UTF_8).length > MAX_STRING_LENGTH) { in validate()
745 Landroid/net/wifi/hotspot2/pps/Policy$RoamingPartner;->mCountries:Ljava/lang/String;