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/
DSettingsHelper.java26 import static android.provider.Settings.Secure.LOCATION_MODE;
109 mLocationMode = new IntegerSecureSetting(context, LOCATION_MODE, handler); in SettingsHelper()
149 Settings.Secure.LOCATION_MODE, in setLocationEnabled()
DContextHubService.java201 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in ContextHubService()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DWifiPermissionsUtilTest.java1227 any(Context.class), eq(Settings.Secure.LOCATION_MODE), anyInt())) in testIsLocationEnabledFallbackToLegacySetting()
1232 any(Context.class), eq(Settings.Secure.LOCATION_MODE), anyInt())) in testIsLocationEnabledFallbackToLegacySetting()
1237 any(Context.class), eq(Settings.Secure.LOCATION_MODE), anyInt()); in testIsLocationEnabledFallbackToLegacySetting()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java555 android.provider.Settings.Secure.LOCATION_MODE, in applyUserRestriction()
684 case android.provider.Settings.Secure.LOCATION_MODE: in isSettingRestrictedForUser()
DUserManagerService.java3723 android.provider.Settings.Secure.LOCATION_MODE, in createRestrictedProfileWithThrow()
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java219 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE, in isLocationModeEnabled()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java422 mContext, Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF) in isLocationModeEnabled()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java967 Settings.Secure.LOCATION_MODE, userId); in startWatchingUserRestrictionChanges()
968 updateSecureSetting(Settings.Secure.LOCATION_MODE, in startWatchingUserRestrictionChanges()
1420 if (Secure.LOCATION_MODE.equals(name)) { in getSecureSetting()
1527 Secure.LOCATION_MODE,
3370 final Uri uri = getNotificationUriFor(key, Secure.LOCATION_MODE);
4501 Secure.LOCATION_MODE);
4518 Secure.LOCATION_MODE, Integer.toString(defLocationMode),
DSettingsProtoDumpUtil.java2131 Settings.Secure.LOCATION_MODE, in dumpProtoSecureSettingsLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScorerAppManagerTest.java593 eq(Settings.Secure.LOCATION_MODE), anyInt())).thenReturn(returnVal); in mockLocationModeValue()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java547 Settings.Secure.LOCATION_MODE, in testAddRestrictedProfile()
/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java659 Settings.Secure.LOCATION_MODE,
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java735 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in GnssLocationProvider()
/frameworks/base/core/java/android/provider/
DSettings.java6337 public static final String LOCATION_MODE = "location_mode"; field in Settings.Secure
8988 CLONE_TO_MANAGED_PROFILE.add(LOCATION_MODE);
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto532 // If set to 1, {@link Secure#LOCATION_MODE} will be set to {@link
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto589 LOCATION_MODE = 64; enumerator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25344 field public static final java.lang.String LOCATION_MODE = "location_mode";
/frameworks/base/api/
Dcurrent.txt40688 field @Deprecated public static final String LOCATION_MODE = "location_mode";