Home
last modified time | relevance | path

Searched refs:AUTO_TIME_ZONE (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTimeServiceHelper.java85 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true, in setListener()
131 return Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME_ZONE) > 0; in isTimeZoneDetectionEnabled()
/frameworks/base/core/java/android/provider/
DSettings.java2312 MOVED_TO_GLOBAL.add(Settings.Global.AUTO_TIME_ZONE);
3633 public static final String AUTO_TIME_ZONE = Global.AUTO_TIME_ZONE; field in Settings.System
4130 AUTO_TIME_ZONE, // moved to global
4308 VALIDATORS.put(AUTO_TIME_ZONE, AUTO_TIME_ZONE_VALIDATOR); in VALIDATORS.put() argument
8574 public static final String AUTO_TIME_ZONE = "auto_time_zone"; field in Settings.Global
12085 AUTO_TIME_ZONE,
12121 VALIDATORS.put(AUTO_TIME_ZONE, AUTO_TIME_ZONE_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java723 case android.provider.Settings.Global.AUTO_TIME_ZONE: in isSettingRestrictedForUser()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java829 loadSetting(stmt, Settings.System.AUTO_TIME_ZONE, in onUpgrade()
2488 loadBooleanSetting(stmt, Settings.Global.AUTO_TIME_ZONE, in loadGlobalSettings()
DSettingsProtoDumpUtil.java185 Settings.Global.AUTO_TIME_ZONE, in dumpProtoGlobalSettingsLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java3508 when(getServices().settings.settingsGlobalGetInt(Settings.Global.AUTO_TIME_ZONE, 0)) in testSetTimeZoneWithAutoTimeZoneOn()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java390 GLOBAL_SETTINGS_WHITELIST.add(Settings.Global.AUTO_TIME_ZONE);
10017 if (mInjector.settingsGlobalGetInt(Global.AUTO_TIME_ZONE, 0) == 1) { in setTimeZone()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25265 field public static final java.lang.String AUTO_TIME_ZONE = "auto_time_zone";
25425 field public static final deprecated java.lang.String AUTO_TIME_ZONE = "auto_time_zone";
/frameworks/base/api/
Dcurrent.txt36608 field public static final java.lang.String AUTO_TIME_ZONE = "auto_time_zone";
36771 field public static final deprecated java.lang.String AUTO_TIME_ZONE = "auto_time_zone";
/frameworks/base/config/
Dhiddenapi-public-dex.txt34825 Landroid/provider/Settings$Global;->AUTO_TIME_ZONE:Ljava/lang/String;
35009 Landroid/provider/Settings$System;->AUTO_TIME_ZONE:Ljava/lang/String;