Home
last modified time | relevance | path

Searched refs:COUNTRY_ISO (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DComprehensiveCountryDetectorTest.java25 public final static String COUNTRY_ISO = "us"; field in ComprehensiveCountryDetectorTest.TestCountryDetector
145 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_NETWORK);
164 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_SIM);
166 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCATION);
189 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCALE);
210 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_SIM);
231 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_SIM);
/frameworks/base/core/java/android/provider/
DCallLog.java133 public static final String COUNTRY_ISO = "countryiso"; field in CallLog.Calls