Searched refs:COUNTRY_DETECTOR (Results 1 – 7 of 7) sorted by relevance
50 @SystemService(Context.COUNTRY_DETECTOR)
152 mContextFixture.setSystemService(Context.COUNTRY_DETECTOR, mCountryDetector); in testSendSmsToRegularNumber_doesNotNotifyblockedNumberProvider()171 mContextFixture.setSystemService(Context.COUNTRY_DETECTOR, mCountryDetector); in testSendSmsToEmergencyNumber_notifiesBlockedNumberProvider()
714 Context.COUNTRY_DETECTOR); in getCurrentCountryIso()
1101 Context.COUNTRY_DETECTOR); in getCurrentCountryIso()
412 registerService(Context.COUNTRY_DETECTOR, CountryDetector.class, in registerService() argument416 IBinder b = ServiceManager.getServiceOrThrow(Context.COUNTRY_DETECTOR); in registerService()
3753 public static final String COUNTRY_DETECTOR = "country_detector"; field in Context
1488 ServiceManager.addService(Context.COUNTRY_DETECTOR, countryDetector); in startOtherServices()