Searched refs:allowedProviders (Results 1 – 1 of 1) sorted by relevance
3505 String allowedProviders = Settings.Secure.getString(cr, LOCATION_PROVIDERS_ALLOWED); in isLocationProviderEnabled() local3506 return TextUtils.delimitedStringContains(allowedProviders, ',', provider); in isLocationProviderEnabled()