Searched defs:Country (Results 1 - 2 of 2) sorted by path

/frameworks/base/location/java/android/location/
H A DCountry.java30 public class Country implements Parcelable { class in inherits:Parcelable
81 public Country(final String countryIso, final int source) { method in class:Country
91 private Country(final String countryIso, final int source, long timestamp) { method in class:Country
101 public Country(Country country) { method in class:Country
136 public static final Parcelable.Creator<Country> CREATOR = new Parcelable.Creator<Country>() {
137 public Country createFromParcel(Parcel in) {
138 return new Country(in.readString(), in.readInt(), in.readLong());
141 public Country[] newArra
[all...]
/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.java320 public String Country; // maximum 600 octets field in class:WifiPasspointDmTree.PreferredRoamingPartnerList
326 Country = c;
344 out.writeString(Country);
354 Country = in.readString();

Completed in 131 milliseconds