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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java45 public static final String KEY_TIMEZONE_INSTANCES_PREVIOUS = "timezoneInstancesPrevious"; field in class:CalendarCache
125 writeData(KEY_TIMEZONE_INSTANCES_PREVIOUS, timezone);
133 return readData(KEY_TIMEZONE_INSTANCES_PREVIOUS);
H A DCalendarDatabaseHelper.java1071 CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS.hashCode() + "," +
1072 "'" + CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS + "'," +
H A DCalendarProvider2.java4131 if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)) {
4133 CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS + " for " + uri);
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java117 key, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS)) {
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1018 cache.writeDataLocked(db, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS, localTimezone);
2848 assertTrue(map.containsKey(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS));
2852 assertEquals("America/Los_Angeles", map.get(CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS));
2871 checkValueForKey("America/Los_Angeles", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS);
2906 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS);
2910 checkValueForKey("America/Denver", CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS);
2916 checkValueForKey(localTimezone, CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS);

Completed in 153 milliseconds