Home
last modified time | relevance | path

Searched refs:AUTO_TIME_ZONE_EXPLICIT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DServiceConfigAccessorImpl.java194 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE_EXPLICIT), true, in ServiceConfigAccessorImpl()
313 Settings.Global.putInt(mCr, Settings.Global.AUTO_TIME_ZONE_EXPLICIT, 1); in storeConfiguration()
382 if (Settings.Global.getInt(mCr, Settings.Global.AUTO_TIME_ZONE_EXPLICIT, 0) == 0) { in getAutoDetectionEnabledSetting()
/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java94 Settings.Global.AUTO_TIME_ZONE_EXPLICIT,
/frameworks/base/core/java/android/provider/
DSettings.java12999 public static final String AUTO_TIME_ZONE_EXPLICIT = "auto_time_zone_explicit"; field in Settings.Global