/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | ServiceConfigAccessorImpl.java | 192 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/ |
D | GlobalSettings.java | 48 Settings.Global.AUTO_TIME_ZONE,
|
D | SystemSettings.java | 64 Settings.System.AUTO_TIME_ZONE, // moved to global in getSettingsToBackUp()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SystemSettingsValidators.java | 157 VALIDATORS.put(System.AUTO_TIME_ZONE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
D | GlobalSettingsValidators.java | 104 VALIDATORS.put(Global.AUTO_TIME_ZONE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | PolicyEnforcerCallbacks.java | 90 context.getContentResolver(), Settings.Global.AUTO_TIME_ZONE, in setAutoTimezoneEnabled()
|
D | DevicePolicyManagerService.java | 706 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/ |
D | UserRestrictionsUtils.java | 873 case android.provider.Settings.Global.AUTO_TIME_ZONE: in isSettingRestrictedForUser()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 821 loadSetting(stmt, Settings.System.AUTO_TIME_ZONE, in onUpgrade() 2431 loadBooleanSetting(stmt, Settings.Global.AUTO_TIME_ZONE, in loadGlobalSettings()
|
D | SettingsProtoDumpUtil.java | 519 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/ |
D | DevicePolicyManagerTest.java | 4390 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/ |
D | Settings.java | 4099 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25265 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/ |
D | current.txt | 37427 field public static final String AUTO_TIME_ZONE = "auto_time_zone"; 37599 field @Deprecated public static final String AUTO_TIME_ZONE = "auto_time_zone";
|