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.java4183 else if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES)) { in updateInTransaction()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1017 cache.writeDataLocked(db, CalendarCache.KEY_TIMEZONE_INSTANCES, localTimezone); in initCalendarCacheLocked()
2847 assertTrue(map.containsKey(CalendarCache.KEY_TIMEZONE_INSTANCES)); in testGetProviderProperties()
2851 assertEquals("America/Denver", map.get(CalendarCache.KEY_TIMEZONE_INSTANCES)); in testGetProviderProperties()
2870 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES); in testGetProviderPropertiesByKey()
2905 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
2909 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
2914 updateValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
2915 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES); in testUpdateProviderProperties()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarUtils.java52 { CalendarCache.KEY_TIMEZONE_INSTANCES };