Searched refs:KEY_TIMEZONE_INSTANCES (Results 1 – 5 of 5) sorted by relevance
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarCache.java | 44 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()
|
D | CalendarDatabaseHelper.java | 1061 CalendarCache.KEY_TIMEZONE_INSTANCES.hashCode() + "," + in updateCalendarCacheTable() 1062 "'" + CalendarCache.KEY_TIMEZONE_INSTANCES + "'," + in updateCalendarCacheTable()
|
D | CalendarProvider2.java | 4183 else if (list.contains(CalendarCache.KEY_TIMEZONE_INSTANCES)) { in updateInTransaction()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 1017 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/ |
D | CalendarUtils.java | 52 { CalendarCache.KEY_TIMEZONE_INSTANCES };
|