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

/frameworks/base/core/java/android/provider/
H A DSettings.java1072 MOVED_TO_GLOBAL.add(Settings.Global.AUTO_TIME_ZONE);
2091 * @deprecated Use {@link android.provider.Settings.Global#AUTO_TIME_ZONE}
2095 public static final String AUTO_TIME_ZONE = Global.AUTO_TIME_ZONE; field in class:Settings.System
2464 AUTO_TIME_ZONE, // moved to global
4701 public static final String AUTO_TIME_ZONE = "auto_time_zone"; field in class:Settings.Global
5958 AUTO_TIME_ZONE,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java198 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true,
1508 return Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME_ZONE) > 0;
1565 Settings.Global.AUTO_TIME_ZONE, 0) == 0) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java229 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true,
1661 Settings.Global.AUTO_TIME_ZONE) > 0;
1729 Settings.Global.AUTO_TIME_ZONE, 0) == 0) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java812 loadSetting(stmt, Settings.System.AUTO_TIME_ZONE,
2152 loadBooleanSetting(stmt, Settings.Global.AUTO_TIME_ZONE,

Completed in 300 milliseconds