Searched refs:COUNTRY_SOURCE_SIM (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java164 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_SIM);
210 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_SIM);
231 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_SIM);
/frameworks/base/location/java/android/location/
H A DCountry.java44 public static final int COUNTRY_SOURCE_SIM = 2; field in class:Country
77 * <li>{@link #COUNTRY_SOURCE_SIM}</li>
120 * <li>{@link #COUNTRY_SOURCE_SIM}</li>
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java247 return new Country(countryIso, Country.COUNTRY_SOURCE_SIM);

Completed in 316 milliseconds