Home
last modified time | relevance | path

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

/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java44 public static final String KEY_TIMEZONE_INSTANCES = "timezoneInstances"; field in CalendarCache
106 writeData(KEY_TIMEZONE_INSTANCES, timezone); in writeTimezoneInstances()
114 return readData(KEY_TIMEZONE_INSTANCES); in readTimezoneInstances()
H A DCalendarDatabaseHelper.java1061 CalendarCache.KEY_TIMEZONE_INSTANCES.hashCode() + "," + in updateCalendarCacheTable()
1062 "'" + CalendarCache.KEY_TIMEZONE_INSTANCES + "'," + in updateCalendarCacheTable()
H A DCalendarProvider2.java4467 else if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES)) { in updateInTransactionInner()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java52 { CalendarCache.KEY_TIMEZONE_INSTANCES };
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1134 cache.writeDataLocked(db, CalendarCache.KEY_TIMEZONE_INSTANCES, localTimezone); in initCalendarCacheLocked()
3030 assertTrue(map.containsKey(CalendarCache.KEY_TIMEZONE_INSTANCES)); in testGetProviderProperties()
3034 assertEquals("America/Denver", map.get(CalendarCache.KEY_TIMEZONE_INSTANCES)); in testGetProviderProperties()
3053 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES); in testGetProviderPropertiesByKey()
3090 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
3094 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
3099 updateValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
3100 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java2140 public static final String KEY_TIMEZONE_INSTANCES = "timezoneInstances"; 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.txt33463 field public static final String KEY_TIMEZONE_INSTANCES = "timezoneInstances";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23356 field public static final java.lang.String KEY_TIMEZONE_INSTANCES = "timezoneInstances";