HomeSort by relevance Sort by last modified time
    Searched refs:COUNTRY_SOURCE_LOCALE (Results 1 - 4 of 4) sorted by null

  /frameworks/base/location/tests/locationtests/src/android/location/
CountryTester.java 24 Country countryB = new Country("US", Country.COUNTRY_SOURCE_LOCALE);
25 Country countryC = new Country("CN", Country.COUNTRY_SOURCE_LOCALE);
  /frameworks/base/location/java/android/location/
Country.java 49 public static final int COUNTRY_SOURCE_LOCALE = 3;
78 * <li>{@link #COUNTRY_SOURCE_LOCALE}</li>
83 || source > COUNTRY_SOURCE_LOCALE) {
93 || source > COUNTRY_SOURCE_LOCALE) {
121 * <li>{@link #COUNTRY_SOURCE_LOCALE}</li>
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 189 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCALE);
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 257 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE);

Completed in 191 milliseconds