Searched refs:TIMEZONE_TYPE_AUTO (Results 1 – 11 of 11) sorted by relevance
79 mCalendarCache.writeTimezoneType(CalendarCache.TIMEZONE_TYPE_AUTO); in testWriteAndReadTimezoneType()80 assertEquals(CalendarCache.TIMEZONE_TYPE_AUTO, mCalendarCache.readTimezoneType()); in testWriteAndReadTimezoneType()
1133 … cache.writeDataLocked(db, CalendarCache.KEY_TIMEZONE_TYPE, CalendarCache.TIMEZONE_TYPE_AUTO); in initCalendarCacheLocked()3013 cache.writeTimezoneType(CalendarCache.TIMEZONE_TYPE_AUTO); in testGetProviderProperties()3036 assertEquals(CalendarCache.TIMEZONE_TYPE_AUTO, map.get(CalendarCache.KEY_TIMEZONE_TYPE)); in testGetProviderProperties()3049 cache.writeTimezoneType(CalendarCache.TIMEZONE_TYPE_AUTO); in testGetProviderPropertiesByKey()3051 checkValueForKey(CalendarCache.TIMEZONE_TYPE_AUTO, CalendarCache.KEY_TIMEZONE_TYPE); in testGetProviderPropertiesByKey()3085 cache.writeTimezoneType(CalendarCache.TIMEZONE_TYPE_AUTO); in testUpdateProviderProperties()3089 updateValueForKey(CalendarCache.TIMEZONE_TYPE_AUTO, CalendarCache.KEY_TIMEZONE_TYPE); in testUpdateProviderProperties()
111 value, CalendarCache.TIMEZONE_TYPE_AUTO); in onQueryComplete()208 if (CalendarCache.TIMEZONE_TYPE_AUTO.equals(timeZone)) { in setTimeZone()242 : CalendarCache.TIMEZONE_TYPE_AUTO); in setTimeZone()
298 tz = CalendarCache.TIMEZONE_TYPE_AUTO; in onPreferenceChange()
41 public static final String TIMEZONE_TYPE_AUTO = "auto"; field in CalendarCache101 return TIMEZONE_TYPE_AUTO; in readTimezoneType()
1051 "'" + CalendarCache.TIMEZONE_TYPE_AUTO + "'" + in updateCalendarCacheTable()
1608 if (CalendarCache.TIMEZONE_TYPE_AUTO.equals(timezoneType)) { in acquireInstanceRangeLocked()4456 else if (value.equals(CalendarCache.TIMEZONE_TYPE_AUTO)) { in updateInTransactionInner()
2154 public static final String TIMEZONE_TYPE_AUTO = "auto"; field in CalendarContract.CalendarCache
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
33466 field public static final String TIMEZONE_TYPE_AUTO = "auto";
23359 field public static final java.lang.String TIMEZONE_TYPE_AUTO = "auto";