HomeSort by relevance Sort by last modified time
    Searched defs:Country (Results 1 - 2 of 2) sorted by null

  /frameworks/base/location/java/android/location/
Country.java 26 * This class wraps the country information.
30 public class Country implements Parcelable {
32 * The country code came from the mobile network
37 * The country code came from the location service
42 * The country code was read from the SIM card
47 * The country code came from the system locale setting
52 * The ISO 3166-1 two letters country code.
57 * Where the country code came from.
70 * @param countryIso the ISO 3166-1 two letters country code.
81 public Country(final String countryIso, final int source)
    [all...]
  /external/chromium/chrome/browser/autofill/
address.cc 123 return Country();
157 string16 Address::Country() const {
183 void Address::SetCountry(const string16& country) {
185 country_code_ = AutofillCountry::GetCountryCode(country, app_locale);

Completed in 1794 milliseconds