/frameworks/base/services/core/java/com/android/server/location/injector/ |
D | SystemSettingsHelper.java | 26 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/ |
D | NetworkScorerAppManager.java | 220 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE, in isLocationModeEnabled()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 681 android.provider.Settings.Secure.LOCATION_MODE, in applyUserRestriction() 791 case android.provider.Settings.Secure.LOCATION_MODE: in isSettingRestrictedForUser()
|
D | UserManagerService.java | 6004 android.provider.Settings.Secure.LOCATION_MODE,
|
/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/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 1071 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);
|
D | SettingsProtoDumpUtil.java | 2275 Settings.Secure.LOCATION_MODE, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
D | ContextHubService.java | 562 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE),
|
/frameworks/proto_logging/stats/atoms/wifi/ |
D | wifi_extension_atoms.proto | 479 LOCATION_MODE = 8; enumerator
|
/frameworks/base/packages/SettingsProvider/test/src/android/provider/ |
D | SettingsBackupTest.java | 708 Settings.Secure.LOCATION_MODE,
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 507 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE), in onSystemReady()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 1320 Settings.Secure.LOCATION_MODE, in testAddRestrictedProfile()
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 541 // If set to 1, {@link Secure#LOCATION_MODE} will be set to {@link
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 8155 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/ |
D | DevicePolicyManagerService.java | 700 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/ |
D | metrics_constants.proto | 595 LOCATION_MODE = 64; enumerator
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25344 field public static final java.lang.String LOCATION_MODE = "location_mode";
|
/frameworks/base/core/api/ |
D | current.txt | 37517 field @Deprecated public static final String LOCATION_MODE = "location_mode";
|