OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheException
(Results
1 - 5
of
5
) sorted by null
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java
64
public static class
CacheException
extends Exception {
65
public
CacheException
() {
68
public
CacheException
(String detailMessage) {
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
e)
[
all
...]
CalendarProvider2.java
740
} catch (CalendarCache.
CacheException
e) {
[
all
...]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarCacheTest.java
57
} catch (CalendarCache.
CacheException
e) {
63
public void testWriteAndReadTimezoneDatabaseVersion() throws CalendarCache.
CacheException
{
68
public void testWriteAndReadTimezone() throws CalendarCache.
CacheException
{
73
public void testWriteAndReadTimezonePrevious() throws CalendarCache.
CacheException
{
78
public void testWriteAndReadTimezoneType() throws CalendarCache.
CacheException
{
CalendarProvider2Test.java
[
all
...]
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 171 milliseconds