Searched refs:AUTO_TIME_ZONE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java1831 MOVED_TO_GLOBAL.add(Settings.Global.AUTO_TIME_ZONE);
3140 * @deprecated Use {@link android.provider.Settings.Global#AUTO_TIME_ZONE}
3144 public static final String AUTO_TIME_ZONE = Global.AUTO_TIME_ZONE; field in class:Settings.System
3622 AUTO_TIME_ZONE, // moved to global
6846 public static final String AUTO_TIME_ZONE = "auto_time_zone"; field in class:Settings.Global
8997 AUTO_TIME_ZONE,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java868 loadSetting(stmt, Settings.System.AUTO_TIME_ZONE,
2581 loadBooleanSetting(stmt, Settings.Global.AUTO_TIME_ZONE,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java542 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true,
4054 return Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME_ZONE) > 0;
4122 if (Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME_ZONE, 0) == 0) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java270 GLOBAL_SETTINGS_WHITELIST.add(Settings.Global.AUTO_TIME_ZONE);

Completed in 4891 milliseconds