Home
last modified time | relevance | path

Searched refs:CacheException (Results 1 – 4 of 4) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarCache.java64 public static class CacheException extends Exception { class in CalendarCache
65 public CacheException() { in CacheException() method in CalendarCache.CacheException
68 public CacheException(String detailMessage) { in CacheException() method in CalendarCache.CacheException
77 public void writeTimezoneDatabaseVersion(String timezoneDatabaseVersion) throws CacheException { in writeTimezoneDatabaseVersion()
84 } catch (CacheException e) { in readTimezoneDatabaseVersion()
91 public void writeTimezoneType(String timezoneType) throws CacheException { in writeTimezoneType()
98 } catch (CacheException e) { in readTimezoneType()
107 } catch (CacheException e) { in writeTimezoneInstances()
115 } catch (CacheException e) { in readTimezoneInstances()
126 } catch (CacheException e) { in writeTimezoneInstancesPrevious()
[all …]
DCalendarProvider2.java745 } catch (CalendarCache.CacheException e) { in updateTimezoneDatabaseVersion()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarCacheTest.java57 } catch (CalendarCache.CacheException e) { in testGenerateCacheException()
63 public void testWriteAndReadTimezoneDatabaseVersion() throws CalendarCache.CacheException { in testWriteAndReadTimezoneDatabaseVersion()
68 public void testWriteAndReadTimezone() throws CalendarCache.CacheException { in testWriteAndReadTimezone()
73 public void testWriteAndReadTimezonePrevious() throws CalendarCache.CacheException { in testWriteAndReadTimezonePrevious()
78 public void testWriteAndReadTimezoneType() throws CalendarCache.CacheException { in testWriteAndReadTimezoneType()
DCalendarProvider2Test.java978 throws CalendarCache.CacheException { in wipeAndInitData()
1009 throws CalendarCache.CacheException { in initCalendarCacheLocked()
2740 public void testGetAndSetTimezoneDatabaseVersion() throws CalendarCache.CacheException { in testGetAndSetTimezoneDatabaseVersion()
2748 } catch (CalendarCache.CacheException e) { in testGetAndSetTimezoneDatabaseVersion()
2821 public void testGetProviderProperties() throws CalendarCache.CacheException { in testGetProviderProperties()
2858 public void testGetProviderPropertiesByKey() throws CalendarCache.CacheException { in testGetProviderPropertiesByKey()
2886 public void testUpdateProviderProperties() throws CalendarCache.CacheException { in testUpdateProviderProperties()