Searched refs:LOCATION_PROVIDERS_ALLOWED (Results 1 – 10 of 10) 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 | 810 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, userId); in startWatchingUserRestrictionChanges() 811 updateSecureSetting(Settings.Secure.LOCATION_PROVIDERS_ALLOWED, in startWatchingUserRestrictionChanges() 1261 if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) { 1493 if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name) 1522 case Settings.Secure.LOCATION_PROVIDERS_ALLOWED: 1798 Settings.Secure.LOCATION_PROVIDERS_ALLOWED); 1807 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, owningUserId); 1854 Settings.Secure.LOCATION_PROVIDERS_ALLOWED); 1860 owningUserId, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, newProviders,
|
D | SettingsHelper.java | 152 } 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 | 2082 MOVED_TO_SECURE.add(Secure.LOCATION_PROVIDERS_ALLOWED); 4298 public static final String LOCATION_PROVIDERS_ALLOWED = Secure.LOCATION_PROVIDERS_ALLOWED; field in Settings.System 5380 public static final String LOCATION_PROVIDERS_ALLOWED = "location_providers_allowed"; field in Settings.Secure 7255 CLONE_TO_MANAGED_PROFILE.add(LOCATION_PROVIDERS_ALLOWED); 7328 LOCATION_PROVIDERS_ALLOWED, userId); in isLocationProviderEnabledForUser() 7369 return putStringForUser(cr, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, provider, in setLocationProviderEnabledForUser()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 352 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 | 35012 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi… 35107 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
|
D | test-current.txt | 35205 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi… 35303 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
|
D | system-current.txt | 38073 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi… 38168 …field public static final deprecated java.lang.String LOCATION_PROVIDERS_ALLOWED = "location_provi…
|