Home
last modified time | relevance | path

Searched refs:LOCATION_PROVIDERS_ALLOWED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java149 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "gps"); in testSettingsChangeForOtherUser()
151 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "network", otherUser.id); in testSettingsChangeForOtherUser()
154 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED)); in testSettingsChangeForOtherUser()
156 r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, otherUser.id)); in testSettingsChangeForOtherUser()
162 r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, otherUser.id)); in testSettingsChangeForOtherUser()
198 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in testParseProviderList()
200 assertEquals(Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED), in testParseProviderList()
204 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in testParseProviderList()
206 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test1"); in testParseProviderList()
208 Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED)); in testParseProviderList()
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java62 } else if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) { in restoreValue()
DSettingsProvider.java821 … String where = Settings.Secure.NAME + "=\'" + Settings.Secure.LOCATION_PROVIDERS_ALLOWED + "\'"; in parseProviderList()
898 if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) { in insertForUser()
DDatabaseHelper.java298 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in onUpgrade()
2039 loadStringSetting(stmt, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in loadSecureSettings()
/frameworks/base/core/java/android/provider/
DSettings.java1023 MOVED_TO_SECURE.add(Secure.LOCATION_PROVIDERS_ALLOWED);
2536 public static final String LOCATION_PROVIDERS_ALLOWED = Secure.LOCATION_PROVIDERS_ALLOWED; field in Settings.System
3355 public static final String LOCATION_PROVIDERS_ALLOWED = "location_providers_allowed"; field in Settings.Secure
4477 LOCATION_PROVIDERS_ALLOWED, userId); in isLocationProviderEnabledForUser()
4518 return putStringForUser(cr, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, provider, in setLocationProviderEnabledForUser()
/frameworks/base/services/java/com/android/server/
DLocationManagerService.java246 Settings.Secure.getUriFor(Settings.Secure.LOCATION_PROVIDERS_ALLOWED), true, in systemRunning()
/frameworks/base/api/
Dcurrent.txt21156 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
21250 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…