Searched refs:COUNTRY_DETECTOR (Results 1 – 7 of 7) sorted by relevance
34 Context.COUNTRY_DETECTOR); in getCurrentCountryIso()
58 @SystemService(Context.COUNTRY_DETECTOR)
716 Context.COUNTRY_DETECTOR); in getCurrentCountryIso()
442 registerService(Context.COUNTRY_DETECTOR, CountryDetector.class, in registerService() argument446 IBinder b = ServiceManager.getServiceOrThrow(Context.COUNTRY_DETECTOR); in registerService()
2128 Context.COUNTRY_DETECTOR); in getCurrentCountryIso()
4600 public static final String COUNTRY_DETECTOR = "country_detector"; field in Context
2145 ServiceManager.addService(Context.COUNTRY_DETECTOR, countryDetector); in startOtherServices()