Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/injector/
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()
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java220 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE, in isLocationModeEnabled()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java681 android.provider.Settings.Secure.LOCATION_MODE, in applyUserRestriction()
791 case android.provider.Settings.Secure.LOCATION_MODE: in isSettingRestrictedForUser()
DUserManagerService.java6004 android.provider.Settings.Secure.LOCATION_MODE,
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScorerAppManagerTest.java593 eq(Settings.Secure.LOCATION_MODE), anyInt())).thenReturn(returnVal); in mockLocationModeValue()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java1071 Settings.Secure.LOCATION_MODE, userId); in startWatchingUserRestrictionChanges()
1072 updateSecureSetting(Settings.Secure.LOCATION_MODE, in startWatchingUserRestrictionChanges()
4869 Secure.LOCATION_MODE);
4886 Secure.LOCATION_MODE, Integer.toString(defLocationMode),
5483 getSecureSettingsLocked(userId).getSettingLocked(Secure.LOCATION_MODE);
DSettingsProtoDumpUtil.java2275 Settings.Secure.LOCATION_MODE, in dumpProtoSecureSettingsLocked()
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubService.java562 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE),
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto479 LOCATION_MODE = 8; enumerator
/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java708 Settings.Secure.LOCATION_MODE,
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java507 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in onSystemReady()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java1320 Settings.Secure.LOCATION_MODE, in testAddRestrictedProfile()
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto541 // If set to 1, {@link Secure#LOCATION_MODE} will be set to {@link
/frameworks/base/core/java/android/provider/
DSettings.java8155 public static final String LOCATION_MODE = "location_mode"; field in Settings.Secure
12608 CLONE_TO_MANAGED_PROFILE.add(LOCATION_MODE);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java700 SECURE_SETTINGS_DEVICEOWNER_ALLOWLIST.add(Settings.Secure.LOCATION_MODE);
15144 .setStrings(Settings.Secure.LOCATION_MODE, Integer.toString( in setLocationEnabled()
15270 if (setting.equals(Settings.Secure.LOCATION_MODE) in setSecureSetting()
15273 throw new UnsupportedOperationException(Settings.Secure.LOCATION_MODE + " is " in setSecureSetting()
15323 if (setting.equals(Settings.Secure.LOCATION_MODE) in setSecureSetting()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto595 LOCATION_MODE = 64; enumerator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25344 field public static final java.lang.String LOCATION_MODE = "location_mode";
/frameworks/base/core/api/
Dcurrent.txt37517 field @Deprecated public static final String LOCATION_MODE = "location_mode";