Home
last modified time | relevance | path

Searched refs:COUNTRY_SOURCE_LOCALE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/location/tests/locationtests/src/android/location/
DCountryTester.java24 Country countryB = new Country("US", Country.COUNTRY_SOURCE_LOCALE); in testCountryEquals()
25 Country countryC = new Country("CN", Country.COUNTRY_SOURCE_LOCALE); in testCountryEquals()
/frameworks/base/location/java/android/location/
DCountry.java49 public static final int COUNTRY_SOURCE_LOCALE = 3; field in Country
83 || source > COUNTRY_SOURCE_LOCALE) { in Country()
93 || source > COUNTRY_SOURCE_LOCALE) { in Country()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DComprehensiveCountryDetectorTest.java189 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCALE);
/frameworks/base/services/java/com/android/server/location/
DComprehensiveCountryDetector.java258 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE); in getLocaleCountry()