Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
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()
DCalendarDatabaseHelper.java1061 CalendarCache.KEY_TIMEZONE_INSTANCES.hashCode() + "," + in updateCalendarCacheTable()
1062 "'" + CalendarCache.KEY_TIMEZONE_INSTANCES + "'," + in updateCalendarCacheTable()
DCalendarProvider2.java4445 else if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES)) { in updateInTransactionInner()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
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()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarUtils.java52 { CalendarCache.KEY_TIMEZONE_INSTANCES };