Searched refs:COUNTRY_SOURCE_LOCALE (Results 1 – 4 of 4) sorted by relevance
24 Country countryB = new Country("US", Country.COUNTRY_SOURCE_LOCALE); in testCountryEquals()25 Country countryC = new Country("CN", Country.COUNTRY_SOURCE_LOCALE); in testCountryEquals()
49 public static final int COUNTRY_SOURCE_LOCALE = 3; field in Country83 || source > COUNTRY_SOURCE_LOCALE) { in Country()93 || source > COUNTRY_SOURCE_LOCALE) { in Country()
189 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCALE);
258 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE); in getLocaleCountry()