Searched refs:AUTO_TIME_ZONE_EXPLICIT (Results 1 – 3 of 3) sorted by relevance
194 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()
94 Settings.Global.AUTO_TIME_ZONE_EXPLICIT,
12999 public static final String AUTO_TIME_ZONE_EXPLICIT = "auto_time_zone_explicit"; field in Settings.Global