Searched defs:TestCountryDetector (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java24 private class TestCountryDetector extends ComprehensiveCountryDetector { class in class:ComprehensiveCountryDetectorTest
32 public TestCountryDetector() { method in class:ComprehensiveCountryDetectorTest.TestCountryDetector
145 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_NETWORK);
146 TestCountryDetector countryDetector = new TestCountryDetector() {
164 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_SIM);
166 TestCountryDetector.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCATION);
167 TestCountryDetector countryDetector = new TestCountryDetector() {
189 TestCountryDetector
[all...]
H A DLocationBasedCountryDetectorTest.java37 private class TestCountryDetector extends LocationBasedCountryDetector { class in class:LocationBasedCountryDetectorTest
46 public TestCountryDetector(String country, String provider) { method in class:LocationBasedCountryDetectorTest.TestCountryDetector
50 public TestCountryDetector(String country, String provider, long queryLocationTimeout) { method in class:LocationBasedCountryDetectorTest.TestCountryDetector
186 TestCountryDetector detector = new TestCountryDetector(country, provider);
202 assertEquals(TestCountryDetector.TOTAL_PROVIDERS, detector.getListenersCount());
223 TestCountryDetector detector = new TestCountryDetector(country, provider);
226 assertEquals(TestCountryDetector.TOTAL_PROVIDERS, detector.getListenersCount());
248 TestCountryDetector detecto
[all...]

Completed in 823 milliseconds