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 …]
201 private String mCountries = null; field in Policy.RoamingPartner203 mCountries = countries; in setCountries()206 return mCountries; in getCountries()216 mCountries = source.mCountries; in RoamingPartner()230 dest.writeString(mCountries); in writeToParcel()246 && TextUtils.equals(mCountries, that.mCountries); in equals()251 return Objects.hash(mFqdn, mFqdnExactMatch, mPriority, mCountries); in hashCode()260 builder.append("Countries: ").append(mCountries).append("\n"); in toString()275 if (TextUtils.isEmpty(mCountries)) { in validate()
745 Landroid/net/wifi/hotspot2/pps/Policy$RoamingPartner;->mCountries:Ljava/lang/String;