Searched refs:mCountryName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/android/location/
H A DAddress.java50 private String mCountryName; field in class:Address
276 return mCountryName;
284 mCountryName = countryName;
456 sb.append(mCountryName);
509 a.mCountryName = in.readString();
556 parcel.writeString(mCountryName);

Completed in 99 milliseconds