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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java32 public class CalendarCache { class
33 private static final String TAG = "CalendarCache";
35 public static final String DATABASE_NAME = "CalendarCache";
73 public CalendarCache(SQLiteOpenHelper openHelper) { method in class:CalendarCache
85 Log.e(TAG, "Could not read timezone database version from CalendarCache");
99 Log.e(TAG, "Cannot read timezone type from CalendarCache - using AUTO as default", e);
108 Log.e(TAG, "Cannot write instances timezone to CalendarCache");
117 Log.e(TAG, "Cannot read instances timezone from CalendarCache - using device one: " +
127 Log.e(TAG, "Cannot write previous instance timezone to CalendarCache");
135 Log.e(TAG, "Cannot read previous instances timezone from CalendarCache",
[all...]

Completed in 97 milliseconds