Home
last modified time | relevance | path

Searched refs:LOCATION_PROVIDERS_ALLOWED (Results 1 – 9 of 9) 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/
DSettingsProvider.java154 sSettingToUserRestrictionMap.put(Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in sSettingToUserRestrictionMap.put() argument
787 if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) { in mutateSecureSetting()
971 if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name) in isLocationProvidersAllowedRestricted()
1111 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, owningUserId); in updateLocationProvidersAllowedLocked()
1156 owningUserId, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, newProviders, in updateLocationProvidersAllowedLocked()
DSettingsHelper.java137 } else if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) { in restoreValue()
DDatabaseHelper.java336 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in onUpgrade()
2435 loadStringSetting(stmt, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in loadSecureSettings()
/frameworks/base/core/java/android/provider/
DSettings.java1485 MOVED_TO_SECURE.add(Secure.LOCATION_PROVIDERS_ALLOWED);
3549 public static final String LOCATION_PROVIDERS_ALLOWED = Secure.LOCATION_PROVIDERS_ALLOWED; field in Settings.System
4427 public static final String LOCATION_PROVIDERS_ALLOWED = "location_providers_allowed"; field in Settings.Secure
5786 CLONE_TO_MANAGED_PROFILE.add(LOCATION_PROVIDERS_ALLOWED);
5826 LOCATION_PROVIDERS_ALLOWED, userId); in isLocationProviderEnabledForUser()
5867 return putStringForUser(cr, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, provider, in setLocationProviderEnabledForUser()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java294 Settings.Secure.getUriFor(Settings.Secure.LOCATION_PROVIDERS_ALLOWED), true, in systemRunning()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5474 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "", in setUserRestriction()
5504 final String name = Settings.Secure.LOCATION_PROVIDERS_ALLOWED; in setUserRestriction()
/frameworks/base/api/
Dcurrent.txt26583 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
26679 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
Dsystem-current.txt28642 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
28738 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…