Home
last modified time | relevance | path

Searched refs:CALENDAR_CACHE (Results 1 – 2 of 2) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java151 public static final String CALENDAR_CACHE = "CalendarCache"; field
1015 db.execSQL("DROP TABLE IF EXISTS " + Tables.CALENDAR_CACHE + ";"); in createCalendarCacheTable()
1018 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.CALENDAR_CACHE + " (" + in createCalendarCacheTable()
1033 db.execSQL("INSERT OR REPLACE INTO " + Tables.CALENDAR_CACHE + in initCalendarCacheTable()
1045 db.execSQL("INSERT INTO " + Tables.CALENDAR_CACHE + in updateCalendarCacheTable()
1057 db.execSQL("INSERT INTO " + Tables.CALENDAR_CACHE + in updateCalendarCacheTable()
1067 db.execSQL("INSERT INTO " + Tables.CALENDAR_CACHE + in updateCalendarCacheTable()
DCalendarProvider2.java1181 qb.setTables(Tables.CALENDAR_CACHE); in queryInternal()
4403 int result = mDb.update(Tables.CALENDAR_CACHE, values, selection, selectionArgs); in updateInTransactionInner()