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 | 4415 if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)) { in updateInTransactionInner() 4417 CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS + " for " + uri); in updateInTransactionInner()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | CalendarUtils.java | 117 key, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)) { in onQueryComplete()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 1135 cache.writeDataLocked(db, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS, localTimezone); in initCalendarCacheLocked() 3031 assertTrue(map.containsKey(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)); in testGetProviderProperties() 3035 assertEquals("America/Los_Angeles", map.get(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)); in testGetProviderProperties() 3054 checkValueForKey("America/Los_Angeles", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testGetProviderPropertiesByKey() 3091 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testUpdateProviderProperties() 3095 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testUpdateProviderProperties() 3101 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS); in testUpdateProviderProperties()
|