OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheException
(Results
1 - 3
of
3
) sorted by null
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java
54
public static class
CacheException
extends Exception {
55
public
CacheException
() {
58
public
CacheException
(String detailMessage) {
67
public void writeTimezoneDatabaseVersion(String timezoneDatabaseVersion) throws
CacheException
{
72
public String readTimezoneDatabaseVersion() throws
CacheException
{
81
* @throws
CacheException
when key is null
83
public void writeData(String key, String value) throws
CacheException
{
104
* @throws
CacheException
when key or database are null
107
throws
CacheException
{
109
throw new
CacheException
("Database cannot be null")
[
all
...]
CalendarProvider2.java
492
} catch (CalendarCache.
CacheException
e) {
513
} catch (CalendarCache.
CacheException
e) {
525
} catch (CalendarCache.
CacheException
e) {
[
all
...]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java
[
all
...]
Completed in 86 milliseconds