Searched refs:KEY_TIMEZONE_INSTANCES_PREVIOUS (Results 1 – 5 of 5) sorted by relevance
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarCache.java | 45 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()
|
D | CalendarDatabaseHelper.java | 1071 CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS.hashCode() + "," + in updateCalendarCacheTable() 1072 "'" + CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS + "'," + in updateCalendarCacheTable()
|
D | CalendarProvider2.java | 4115 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/ |
D | CalendarProvider2Test.java | 1037 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/ |
D | CalendarUtils.java | 117 key, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)) { in onQueryComplete()
|