/frameworks/base/services/core/java/com/android/server/location/injector/ |
D | SystemSettingsHelper.java | 25 import static android.provider.Settings.Secure.LOCATION_MODE; 88 mLocationMode = new IntegerSecureSetting(context, LOCATION_MODE, FgThread.getHandler()); in SystemSettingsHelper() 127 Settings.Secure.LOCATION_MODE, in setLocationEnabled()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 564 android.provider.Settings.Secure.LOCATION_MODE, in applyUserRestriction() 684 case android.provider.Settings.Secure.LOCATION_MODE: in isSettingRestrictedForUser()
|
D | UserManagerService.java | 4044 android.provider.Settings.Secure.LOCATION_MODE, in createRestrictedProfileWithThrow()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkScorerAppManager.java | 220 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE, in isLocationModeEnabled()
|
/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/services/core/java/com/android/server/location/contexthub/ |
D | ContextHubService.java | 246 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in ContextHubService()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 1028 Settings.Secure.LOCATION_MODE, userId); in startWatchingUserRestrictionChanges() 1029 updateSecureSetting(Settings.Secure.LOCATION_MODE, in startWatchingUserRestrictionChanges() 4573 Secure.LOCATION_MODE); 4590 Secure.LOCATION_MODE, Integer.toString(defLocationMode),
|
D | SettingsProtoDumpUtil.java | 2183 Settings.Secure.LOCATION_MODE, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/packages/SettingsProvider/test/src/android/provider/ |
D | SettingsBackupTest.java | 662 Settings.Secure.LOCATION_MODE,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 681 Settings.Secure.LOCATION_MODE, in testAddRestrictedProfile()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 452 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in onSystemReady()
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 538 // If set to 1, {@link Secure#LOCATION_MODE} will be set to {@link
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6793 public static final String LOCATION_MODE = "location_mode"; field in Settings.Secure 10124 CLONE_TO_MANAGED_PROFILE.add(LOCATION_MODE);
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 507 SECURE_SETTINGS_DEVICEOWNER_ALLOWLIST.add(Settings.Secure.LOCATION_MODE); 12162 .setStrings(Settings.Secure.LOCATION_MODE, Integer.toString( 12260 if (setting.equals(Settings.Secure.LOCATION_MODE) 12263 throw new UnsupportedOperationException(Settings.Secure.LOCATION_MODE + " is " 12312 if (setting.equals(Settings.Secure.LOCATION_MODE)
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 589 LOCATION_MODE = 64; enumerator
|
/frameworks/base/core/api/ |
D | current.txt | 35342 field @Deprecated public static final String LOCATION_MODE = "location_mode";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25344 field public static final java.lang.String LOCATION_MODE = "location_mode";
|