Home
last modified time | relevance | path

Searched refs:LOCATION_MODE (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSystemSettingsHelper.java26 import static android.provider.Settings.Secure.LOCATION_MODE;
90 mLocationMode = new IntegerSecureSetting(context, LOCATION_MODE, FgThread.getHandler()); in SystemSettingsHelper()
132 Settings.Secure.LOCATION_MODE, in setLocationEnabled()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java610 android.provider.Settings.Secure.LOCATION_MODE, in applyUserRestriction()
718 case android.provider.Settings.Secure.LOCATION_MODE: in isSettingRestrictedForUser()
H A DUserManagerService.java5352 android.provider.Settings.Secure.LOCATION_MODE,
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DNetworkScorerAppManager.java220 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE, in isLocationModeEnabled()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScorerAppManagerTest.java593 eq(Settings.Secure.LOCATION_MODE), anyInt())).thenReturn(returnVal); in mockLocationModeValue()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1102 Settings.Secure.LOCATION_MODE, userId); in startWatchingUserRestrictionChanges()
1103 updateSecureSetting(Settings.Secure.LOCATION_MODE, in startWatchingUserRestrictionChanges()
4845 Secure.LOCATION_MODE);
4862 Secure.LOCATION_MODE, Integer.toString(defLocationMode),
5458 getSecureSettingsLocked(userId).getSettingLocked(Secure.LOCATION_MODE);
H A DSettingsProtoDumpUtil.java2231 Settings.Secure.LOCATION_MODE, in dumpProtoSecureSettingsLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubService.java421 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE),
/aosp14/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java756 Settings.Secure.LOCATION_MODE,
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java507 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in onSystemReady()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java1084 Settings.Secure.LOCATION_MODE, in testAddRestrictedProfile()
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto541 // If set to 1, {@link Secure#LOCATION_MODE} will be set to {@link
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java7615 public static final String LOCATION_MODE = "location_mode"; field in Settings.Secure
11726 CLONE_TO_MANAGED_PROFILE.add(LOCATION_MODE);
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java693 SECURE_SETTINGS_DEVICEOWNER_ALLOWLIST.add(Settings.Secure.LOCATION_MODE);
15376 .setStrings(Settings.Secure.LOCATION_MODE, Integer.toString( in setLocationEnabled()
15502 if (setting.equals(Settings.Secure.LOCATION_MODE) in setSecureSetting()
15505 throw new UnsupportedOperationException(Settings.Secure.LOCATION_MODE + " is " in setSecureSetting()
15555 if (setting.equals(Settings.Secure.LOCATION_MODE) in setSecureSetting()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto589 LOCATION_MODE = 64; enumerator
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt37310 field @Deprecated public static final String LOCATION_MODE = "location_mode";