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

/frameworks/base/core/java/android/provider/
H A DSettings.java711 MOVED_TO_SECURE.add(Secure.LOCATION_PROVIDERS_ALLOWED);
1862 * @deprecated Use {@link android.provider.Settings.Secure#LOCATION_PROVIDERS_ALLOWED}
1866 public static final String LOCATION_PROVIDERS_ALLOWED = Secure.LOCATION_PROVIDERS_ALLOWED; field in class:Settings.System
2397 public static final String LOCATION_PROVIDERS_ALLOWED = "location_providers_allowed"; field in class:Settings.Secure
3505 String allowedProviders = Settings.Secure.getString(cr, LOCATION_PROVIDERS_ALLOWED);
3525 putString(cr, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, provider);

Completed in 95 milliseconds