Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarCache.java45 public static final String KEY_TIMEZONE_INSTANCES_PREVIOUS = "timezoneInstancesPrevious"; field in CalendarCache
125 writeData(KEY_TIMEZONE_INSTANCES_PREVIOUS, timezone); in writeTimezoneInstancesPrevious()
133 return readData(KEY_TIMEZONE_INSTANCES_PREVIOUS); in readTimezoneInstancesPrevious()
DCalendarDatabaseHelper.java1071 CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS.hashCode() + "," + in updateCalendarCacheTable()
1072 "'" + CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS + "'," + in updateCalendarCacheTable()
DCalendarProvider2.java4115 if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)) { in updateInTransaction()
4117 CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS + " for " + uri); in updateInTransaction()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1037 cache.writeDataLocked(db, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS, localTimezone); in initCalendarCacheLocked()
2908 assertTrue(map.containsKey(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)); in testGetProviderProperties()
2912 assertEquals("America/Los_Angeles", map.get(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)); in testGetProviderProperties()
2931 checkValueForKey("America/Los_Angeles", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testGetProviderPropertiesByKey()
2968 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testUpdateProviderProperties()
2972 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testUpdateProviderProperties()
2978 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testUpdateProviderProperties()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarUtils.java117 key, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)) { in onQueryComplete()