Home
last modified time | relevance | path

Searched refs:TIMEZONE_TYPE_AUTO (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarCacheTest.java79 mCalendarCache.writeTimezoneType(CalendarCache.TIMEZONE_TYPE_AUTO); in testWriteAndReadTimezoneType()
80 assertEquals(CalendarCache.TIMEZONE_TYPE_AUTO, mCalendarCache.readTimezoneType()); in testWriteAndReadTimezoneType()
H A DCalendarProvider2Test.java1133 … 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()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java111 value, CalendarCache.TIMEZONE_TYPE_AUTO); in onQueryComplete()
208 if (CalendarCache.TIMEZONE_TYPE_AUTO.equals(timeZone)) { in setTimeZone()
242 : CalendarCache.TIMEZONE_TYPE_AUTO); in setTimeZone()
H A DGeneralPreferences.java298 tz = CalendarCache.TIMEZONE_TYPE_AUTO; in onPreferenceChange()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java41 public static final String TIMEZONE_TYPE_AUTO = "auto"; field in CalendarCache
101 return TIMEZONE_TYPE_AUTO; in readTimezoneType()
H A DCalendarDatabaseHelper.java1051 "'" + CalendarCache.TIMEZONE_TYPE_AUTO + "'" + in updateCalendarCacheTable()
H A DCalendarProvider2.java1608 if (CalendarCache.TIMEZONE_TYPE_AUTO.equals(timezoneType)) { in acquireInstanceRangeLocked()
4456 else if (value.equals(CalendarCache.TIMEZONE_TYPE_AUTO)) { in updateInTransactionInner()
/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java2154 public static final String TIMEZONE_TYPE_AUTO = "auto"; field in CalendarContract.CalendarCache
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt33466 field public static final String TIMEZONE_TYPE_AUTO = "auto";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23359 field public static final java.lang.String TIMEZONE_TYPE_AUTO = "auto";