Searched refs:LOCATION_PROVIDERS_ALLOWED (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsProviderTest.java | 220 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test1"); in testParseProviderList() 221 assertTrue(Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED) in testParseProviderList() 225 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test2"); in testParseProviderList() 226 assertTrue(Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED) in testParseProviderList() 228 assertTrue(Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED) in testParseProviderList() 232 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+test3"); in testParseProviderList() 233 assertTrue(Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED) in testParseProviderList() 235 assertTrue(Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED) in testParseProviderList() 237 assertTrue(Settings.Secure.getString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED) in testParseProviderList() 241 Settings.Secure.putString(r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "-test1"); in testParseProviderList() [all …]
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 813 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, userId); in startWatchingUserRestrictionChanges() 814 updateSecureSetting(Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in startWatchingUserRestrictionChanges() 1264 if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) { 1496 if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name) 1525 case Settings.Secure.LOCATION_PROVIDERS_ALLOWED: 1801 Settings.Secure.LOCATION_PROVIDERS_ALLOWED); 1810 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, owningUserId); 1857 Settings.Secure.LOCATION_PROVIDERS_ALLOWED); 1863 owningUserId, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, newProviders,
|
D | SettingsHelper.java | 140 } else if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) { in restoreValue()
|
D | DatabaseHelper.java | 354 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in onUpgrade() 2379 loadStringSetting(stmt, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in loadSecureSettings()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 2050 MOVED_TO_SECURE.add(Secure.LOCATION_PROVIDERS_ALLOWED); 4245 public static final String LOCATION_PROVIDERS_ALLOWED = Secure.LOCATION_PROVIDERS_ALLOWED; field in Settings.System 5286 public static final String LOCATION_PROVIDERS_ALLOWED = "location_providers_allowed"; field in Settings.Secure 7080 CLONE_TO_MANAGED_PROFILE.add(LOCATION_PROVIDERS_ALLOWED); 7153 LOCATION_PROVIDERS_ALLOWED, userId); in isLocationProviderEnabledForUser() 7194 return putStringForUser(cr, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, provider, in setLocationProviderEnabledForUser()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 395 Settings.Secure.getUriFor(Settings.Secure.LOCATION_PROVIDERS_ALLOWED), true, in systemRunning()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25349 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi… 25444 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
|
/frameworks/base/api/ |
D | current.txt | 34863 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi… 34958 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
|
D | system-current.txt | 37920 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi… 38015 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
|