Searched defs:CacheException (Results 1 - 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java64 public static class CacheException extends Exception { class in class:CalendarCache
65 public CacheException() { method in class:CalendarCache.CacheException
68 public CacheException(String detailMessage) { method in class:CalendarCache.CacheException
77 public void writeTimezoneDatabaseVersion(String timezoneDatabaseVersion) throws CacheException {
84 } catch (CacheException e) {
91 public void writeTimezoneType(String timezoneType) throws CacheException {
98 } catch (CacheException e) {
107 } catch (CacheException e) {
115 } catch (CacheException e) {
126 } catch (CacheException
[all...]

Completed in 29 milliseconds