Home
last modified time | relevance | path

Searched defs:Country (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/
H A DCountry.java38 public final class Country implements Parcelable { class
102 public Country(@NonNull final String countryIso, @CountrySource final int source) { in Country() method in Country
113 private Country(final String countryIso, final int source, long timestamp) { in Country() method in Country
124 public Country(Country country) { in Country() method in Country