Searched refs:CALENDAR_CACHE (Results 1 – 2 of 2) sorted by relevance
151 public static final String CALENDAR_CACHE = "CalendarCache"; field1015 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()
1199 qb.setTables(Tables.CALENDAR_CACHE); in queryInternal()4425 int result = mDb.update(Tables.CALENDAR_CACHE, values, selection, selectionArgs); in updateInTransactionInner()