/frameworks/base/services/core/java/com/android/server/location/ |
D | SettingsHelper.java | 26 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()
|
D | ContextHubService.java | 201 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in ContextHubService()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | WifiPermissionsUtilTest.java | 1227 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/ |
D | UserRestrictionsUtils.java | 555 android.provider.Settings.Secure.LOCATION_MODE, in applyUserRestriction() 684 case android.provider.Settings.Secure.LOCATION_MODE: in isSettingRestrictedForUser()
|
D | UserManagerService.java | 3723 android.provider.Settings.Secure.LOCATION_MODE, in createRestrictedProfileWithThrow()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkScorerAppManager.java | 219 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE, in isLocationModeEnabled()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | WifiPermissionsUtil.java | 422 mContext, Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF) in isLocationModeEnabled()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 967 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),
|
D | SettingsProtoDumpUtil.java | 2131 Settings.Secure.LOCATION_MODE, in dumpProtoSecureSettingsLocked()
|
/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/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 547 Settings.Secure.LOCATION_MODE, in testAddRestrictedProfile()
|
/frameworks/base/packages/SettingsProvider/test/src/android/provider/ |
D | SettingsBackupTest.java | 659 Settings.Secure.LOCATION_MODE,
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 735 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in GnssLocationProvider()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6337 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/ |
D | global.proto | 532 // If set to 1, {@link Secure#LOCATION_MODE} will be set to {@link
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 589 LOCATION_MODE = 64; enumerator
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25344 field public static final java.lang.String LOCATION_MODE = "location_mode";
|
/frameworks/base/api/ |
D | current.txt | 40688 field @Deprecated public static final String LOCATION_MODE = "location_mode";
|