Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DServiceConfigAccessorImpl.java192 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true, contentObserver); in ServiceConfigAccessorImpl()
360 Settings.Global.putInt(mCr, Settings.Global.AUTO_TIME_ZONE, enabled ? 1 : 0); in setAutoDetectionEnabledIfRequired()
375 Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME_ZONE, 1 /* default */) > 0; in getAutoDetectionEnabledSetting()
393 Settings.Global.putInt(mCr, Settings.Global.AUTO_TIME_ZONE, flagValue ? 1 : 0); in getAutoDetectionEnabledSetting()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DGlobalSettings.java48 Settings.Global.AUTO_TIME_ZONE,
DSystemSettings.java64 Settings.System.AUTO_TIME_ZONE, // moved to global in getSettingsToBackUp()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSystemSettingsValidators.java157 VALIDATORS.put(System.AUTO_TIME_ZONE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
DGlobalSettingsValidators.java104 VALIDATORS.put(Global.AUTO_TIME_ZONE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DPolicyEnforcerCallbacks.java90 context.getContentResolver(), Settings.Global.AUTO_TIME_ZONE, in setAutoTimezoneEnabled()
DDevicePolicyManagerService.java706 GLOBAL_SETTINGS_ALLOWLIST.add(Settings.Global.AUTO_TIME_ZONE);
9111 mInjector.settingsGlobalPutInt(Global.AUTO_TIME_ZONE, enabled ? 1 : 0));
9147 return mInjector.settingsGlobalGetInt(Global.AUTO_TIME_ZONE, 0) > 0;
15236 if (mInjector.settingsGlobalGetInt(Global.AUTO_TIME_ZONE, 0) == 1) { in setTimeZone()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java873 case android.provider.Settings.Global.AUTO_TIME_ZONE: in isSettingRestrictedForUser()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java821 loadSetting(stmt, Settings.System.AUTO_TIME_ZONE, in onUpgrade()
2431 loadBooleanSetting(stmt, Settings.Global.AUTO_TIME_ZONE, in loadGlobalSettings()
DSettingsProtoDumpUtil.java519 Settings.Global.AUTO_TIME_ZONE, in dumpProtoGlobalSettingsLocked()
520 GlobalSettingsProto.DateTime.AUTO_TIME_ZONE); in dumpProtoGlobalSettingsLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java4390 verify(getServices().settings).settingsGlobalPutInt(Settings.Global.AUTO_TIME_ZONE, 1); in testSetAutoTimeZoneEnabledModifiesSetting()
4393 verify(getServices().settings).settingsGlobalPutInt(Settings.Global.AUTO_TIME_ZONE, 0); in testSetAutoTimeZoneEnabledModifiesSetting()
4402 verify(getServices().settings).settingsGlobalPutInt(Settings.Global.AUTO_TIME_ZONE, 1); in testSetAutoTimeZoneEnabledWithPOOnUser0()
4405 verify(getServices().settings).settingsGlobalPutInt(Settings.Global.AUTO_TIME_ZONE, 0); in testSetAutoTimeZoneEnabledWithPOOnUser0()
4414 verify(getServices().settings, never()).settingsGlobalPutInt(Settings.Global.AUTO_TIME_ZONE, in testSetAutoTimeZoneEnabledFailWithPONotOnUser0()
4425 verify(getServices().settings).settingsGlobalPutInt(Settings.Global.AUTO_TIME_ZONE, 1); in testSetAutoTimeZoneEnabledWithPOOfOrganizationOwnedDevice()
4428 verify(getServices().settings).settingsGlobalPutInt(Settings.Global.AUTO_TIME_ZONE, 0); in testSetAutoTimeZoneEnabledWithPOOfOrganizationOwnedDevice()
4542 when(getServices().settings.settingsGlobalGetInt(Settings.Global.AUTO_TIME_ZONE, 0)) in testSetTimeZoneWithAutoTimeZoneOn()
/frameworks/base/core/java/android/provider/
DSettings.java4099 MOVED_TO_GLOBAL.add(Settings.Global.AUTO_TIME_ZONE);
5678 public static final String AUTO_TIME_ZONE = Global.AUTO_TIME_ZONE; field in Settings.System
12981 public static final String AUTO_TIME_ZONE = "auto_time_zone"; field in Settings.Global
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt37427 field public static final String AUTO_TIME_ZONE = "auto_time_zone";
37599 field @Deprecated public static final String AUTO_TIME_ZONE = "auto_time_zone";