Home
last modified time | relevance | path

Searched refs:KEY_TIMEZONE_TYPE (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java40 public static final String KEY_TIMEZONE_TYPE = "timezoneType"; field in CalendarCache
92 writeData(KEY_TIMEZONE_TYPE, timezoneType); in writeTimezoneType()
97 return readData(KEY_TIMEZONE_TYPE); in readTimezoneType()
H A DCalendarDatabaseHelper.java1049 CalendarCache.KEY_TIMEZONE_TYPE.hashCode() + "," + in updateCalendarCacheTable()
1050 "'" + CalendarCache.KEY_TIMEZONE_TYPE + "'," + in updateCalendarCacheTable()
H A DCalendarProvider2.java4438 if (list.contains(CalendarCache.KEY_TIMEZONE_TYPE)) { in updateInTransactionInner()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java50 private static final String[] TIMEZONE_TYPE_ARGS = { CalendarCache.KEY_TIMEZONE_TYPE };
109 if (TextUtils.equals(key, CalendarCache.KEY_TIMEZONE_TYPE)) { in onQueryComplete()
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1133 … cache.writeDataLocked(db, CalendarCache.KEY_TIMEZONE_TYPE, CalendarCache.TIMEZONE_TYPE_AUTO); in initCalendarCacheLocked()
3029 assertTrue(map.containsKey(CalendarCache.KEY_TIMEZONE_TYPE)); in testGetProviderProperties()
3036 assertEquals(CalendarCache.TIMEZONE_TYPE_AUTO, map.get(CalendarCache.KEY_TIMEZONE_TYPE)); in testGetProviderProperties()
3051 checkValueForKey(CalendarCache.TIMEZONE_TYPE_AUTO, CalendarCache.KEY_TIMEZONE_TYPE); in testGetProviderPropertiesByKey()
3089 updateValueForKey(CalendarCache.TIMEZONE_TYPE_AUTO, CalendarCache.KEY_TIMEZONE_TYPE); in testUpdateProviderProperties()
3093 updateValueForKey(CalendarCache.TIMEZONE_TYPE_HOME, CalendarCache.KEY_TIMEZONE_TYPE); in testUpdateProviderProperties()
/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java2132 public static final String KEY_TIMEZONE_TYPE = "timezoneType"; 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.txt33465 field public static final String KEY_TIMEZONE_TYPE = "timezoneType";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23358 field public static final java.lang.String KEY_TIMEZONE_TYPE = "timezoneType";