/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsProviderTest.java | 699 Settings.Secure.LOCATION_MODE, in testLocationModeChanges_viaFrontEndApi() 712 Settings.Secure.LOCATION_MODE, in testLocationModeChanges_viaFrontEndApi() 725 Settings.Secure.LOCATION_MODE, in testLocationModeChanges_viaFrontEndApi() 741 Settings.Secure.LOCATION_MODE, in testLocationProvidersAllowed_disableProviders() 772 Settings.Secure.LOCATION_MODE, in testLocationProvidersAllowed_enableAndDisable() 794 Settings.Secure.LOCATION_MODE, in testLocationProvidersAllowedLocked_invalidInput()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 552 android.provider.Settings.Secure.LOCATION_MODE, in applyUserRestriction() 676 case android.provider.Settings.Secure.LOCATION_MODE: in isSettingRestrictedForUser()
|
D | UserManagerService.java | 3078 android.provider.Settings.Secure.LOCATION_MODE, in createRestrictedProfile()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkScorerAppManager.java | 224 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE, in isLocationModeEnabled()
|
D | LocationManagerService.java | 357 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), true, in initializeLocked() 3225 Settings.Secure.LOCATION_MODE, in isLocationEnabledForUser()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 975 Settings.Secure.LOCATION_MODE, userId); in startWatchingUserRestrictionChanges() 976 updateSecureSetting(Settings.Secure.LOCATION_MODE, in startWatchingUserRestrictionChanges() 1395 if (Secure.LOCATION_MODE.equals(name)) { in getSecureSetting() 1502 Secure.LOCATION_MODE, 3135 final Uri uri = getNotificationUriFor(key, Secure.LOCATION_MODE); 4243 Secure.LOCATION_MODE); 4260 Secure.LOCATION_MODE, Integer.toString(defLocationMode),
|
D | SettingsProtoDumpUtil.java | 2037 Settings.Secure.LOCATION_MODE, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 384 Settings.Secure.LOCATION_MODE, in testAddRestrictedProfile()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkScorerAppManagerTest.java | 593 eq(Settings.Secure.LOCATION_MODE), anyInt())).thenReturn(returnVal); in mockLocationModeValue()
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsBackupTest.java | 653 Settings.Secure.LOCATION_MODE,
|
/frameworks/base/location/java/android/location/ |
D | LocationManager.java | 1301 Settings.Secure.LOCATION_MODE, in setLocationEnabledForUser()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 704 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in GnssLocationProvider()
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 531 // If set to 1, {@link Secure#LOCATION_MODE} will be set to {@link
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6193 public static final String LOCATION_MODE = "location_mode"; field in Settings.Secure 9378 CLONE_TO_MANAGED_PROFILE.add(LOCATION_MODE);
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 589 LOCATION_MODE = 64; enumerator
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 430 SECURE_SETTINGS_DEVICEOWNER_WHITELIST.add(Settings.Secure.LOCATION_MODE);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25344 field public static final java.lang.String LOCATION_MODE = "location_mode";
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39119 field @Deprecated public static final String LOCATION_MODE = "location_mode";
|
/frameworks/base/api/ |
D | current.txt | 39263 field @Deprecated public static final String LOCATION_MODE = "location_mode";
|