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

/frameworks/base/services/core/java/com/android/server/
H A DNetworkTimeUpdateService.java53 * If the user enables AUTO_TIME, it will check immediately for the network time, if NITZ wasn't
247 mContext.getContentResolver(), Settings.Global.AUTO_TIME, 0) != 0;
300 /** Observer to watch for changes to the AUTO_TIME setting */
314 resolver.registerContentObserver(Settings.Global.getUriFor(Settings.Global.AUTO_TIME),
/frameworks/base/core/java/android/provider/
H A DSettings.java1830 MOVED_TO_GLOBAL.add(Settings.Global.AUTO_TIME);
3133 * @deprecated Use {@link android.provider.Settings.Global#AUTO_TIME}
3137 public static final String AUTO_TIME = Global.AUTO_TIME; field in class:Settings.System
3621 AUTO_TIME, // moved to global
6840 public static final String AUTO_TIME = "auto_time"; field in class:Settings.Global
8996 AUTO_TIME,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java863 int autoTimeValue = getIntValueFromSystem(db, Settings.System.AUTO_TIME, 0);
2578 loadBooleanSetting(stmt, Settings.Global.AUTO_TIME,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java539 Settings.Global.getUriFor(Settings.Global.AUTO_TIME), true,
4046 return Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME) > 0;
4108 if (Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME, 0) == 0) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java269 GLOBAL_SETTINGS_WHITELIST.add(Settings.Global.AUTO_TIME);
5481 // Turn AUTO_TIME on in settings if it is required
5485 mInjector.settingsGlobalPutInt(Settings.Global.AUTO_TIME, 1 /* AUTO_TIME on */);

Completed in 244 milliseconds