Searched refs:LOCATION_MODE (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java118 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId);
128 int mode = Settings.Secure.getIntForUser(resolver, Settings.Secure.LOCATION_MODE,
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java331 // value -- for example LOCATION_MODE might have been off already when the restriction was
374 android.provider.Settings.Secure.LOCATION_MODE,
H A DUserManagerService.java2373 android.provider.Settings.Secure.LOCATION_MODE,
/frameworks/base/core/java/android/provider/
H A DSettings.java4314 if (LOCATION_MODE.equals(name)) {
4362 if (LOCATION_MODE.equals(name)) {
4401 if (LOCATION_MODE.equals(name)) {
4792 * @deprecated use {@link #LOCATION_MODE} and
4812 public static final String LOCATION_MODE = "location_mode"; field in class:Settings.Secure
4814 * Stores the previous location mode when {@link #LOCATION_MODE} is set to
6514 CLONE_TO_MANAGED_PROFILE.add(LOCATION_MODE);
6534 * @deprecated use {@link #LOCATION_MODE} or
6548 * @deprecated use {@link #LOCATION_MODE} or
6564 * @deprecated use {@link #putInt(ContentResolver, String, int)} and {@link #LOCATION_MODE}
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1095 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF)
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1173 case Settings.Secure.LOCATION_MODE:
1174 // Note LOCATION_MODE will be converted into LOCATION_PROVIDERS_ALLOWED
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java419 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
H A DPhone.java1597 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java265 SECURE_SETTINGS_DEVICEOWNER_WHITELIST.add(Settings.Secure.LOCATION_MODE);

Completed in 434 milliseconds