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

/frameworks/base/core/java/android/provider/
H A DSettings.java1267 MOVED_TO_GLOBAL.add(Settings.Global.AUTO_TIME_ZONE);
2299 * @deprecated Use {@link android.provider.Settings.Global#AUTO_TIME_ZONE}
2303 public static final String AUTO_TIME_ZONE = Global.AUTO_TIME_ZONE; field in class:Settings.System
2682 AUTO_TIME_ZONE, // moved to global
5187 public static final String AUTO_TIME_ZONE = "auto_time_zone"; field in class:Settings.Global
6669 AUTO_TIME_ZONE,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java205 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true,
1739 return Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME_ZONE) > 0;
1796 Settings.Global.AUTO_TIME_ZONE, 0) == 0) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java250 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true,
1842 Settings.Global.AUTO_TIME_ZONE) > 0;
1910 Settings.Global.AUTO_TIME_ZONE, 0) == 0) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java811 loadSetting(stmt, Settings.System.AUTO_TIME_ZONE,
2509 loadBooleanSetting(stmt, Settings.Global.AUTO_TIME_ZONE,
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java195 GLOBAL_SETTINGS_WHITELIST.add(Settings.Global.AUTO_TIME_ZONE);

Completed in 84 milliseconds