Searched refs:COUNTRY_SOURCE_LOCATION (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
H A DCountry.java39 public static final int COUNTRY_SOURCE_LOCATION = 1; field in class:Country
76 * <li>{@link #COUNTRY_SOURCE_LOCATION}</li>
119 * <li>{@link #COUNTRY_SOURCE_LOCATION}</li>
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java251 mDetectedCountry = new Country(countryIso, Country.COUNTRY_SOURCE_LOCATION);
H A DComprehensiveCountryDetector.java328 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION)
339 || detectedCountry.getSource() >= Country.COUNTRY_SOURCE_LOCATION) {
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java166 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCATION);

Completed in 181 milliseconds