Searched refs:countryDetector (Results 1 – 2 of 2) sorted by relevance
146 TestCountryDetector countryDetector = new TestCountryDetector() {153 countryDetector.setCountryListener(listener);154 Country country = countryDetector.detectCountry();157 assertFalse(countryDetector.locationBasedDetectorStarted());158 assertFalse(countryDetector.locationRefreshStarted());159 countryDetector.stop();167 TestCountryDetector countryDetector = new TestCountryDetector() {174 countryDetector.setCountryListener(listener);175 Country country = countryDetector.detectCountry();177 assertTrue(countryDetector.locationBasedDetectorStarted());[all …]
658 CountryDetectorService countryDetector = null; in startOtherServices() local911 countryDetector = new CountryDetectorService(context); in startOtherServices()912 ServiceManager.addService(Context.COUNTRY_DETECTOR, countryDetector); in startOtherServices()1266 final CountryDetectorService countryDetectorF = countryDetector; in startOtherServices()