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

/frameworks/base/core/java/android/provider/
H A DSettings.java2311 MOVED_TO_GLOBAL.add(Settings.Global.AUTO_TIME);
3620 * @deprecated Use {@link android.provider.Settings.Global#AUTO_TIME}
3624 public static final String AUTO_TIME = Global.AUTO_TIME; field in class:Settings.System
4129 AUTO_TIME, // moved to global
4307 VALIDATORS.put(AUTO_TIME, AUTO_TIME_VALIDATOR);
8566 public static final String AUTO_TIME = "auto_time"; field in class:Settings.Global
12084 AUTO_TIME,
12120 VALIDATORS.put(AUTO_TIME, AUTO_TIME_VALIDATOR);

Completed in 61 milliseconds