Home
last modified time | relevance | path

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

/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java142 public static final String CALENDARS = "Calendars"; field
215 + " ON " + Tables.CALENDARS + " WHEN new." + Calendars.CALENDAR_COLOR_KEY
329 mCalendarsInserter = new DatabaseUtils.InsertHelper(db, Tables.CALENDARS); in onOpen()
710 db.execSQL("CREATE TABLE " + Tables.CALENDARS + " (" + in createCalendarsTable303()
766 db.execSQL("CREATE TABLE " + Tables.CALENDARS + " (" + in createCalendarsTable()
853 db.execSQL("CREATE TABLE " + Tables.CALENDARS + " (" + in createCalendarsTable300()
1567 + " NOT NULL BEGIN " + "UPDATE " + Tables.CALENDARS in upgradeToVersion400()
3226 + Tables.CALENDARS + "." + Calendars.ACCOUNT_NAME in createEventsView()
3228 + Tables.CALENDARS + "." + Calendars.ACCOUNT_TYPE in createEventsView()
3259 + " FROM " + Tables.EVENTS + " JOIN " + Tables.CALENDARS in createEventsView()
[all …]
H A DCalendarProvider2.java1065 case CALENDARS: in queryInternal()
1067 qb.setTables(Tables.CALENDARS); in queryInternal()
1074 qb.setTables(Tables.CALENDARS); in queryInternal()
2478 case CALENDARS: in insertInTransactionInner()
3482 case CALENDARS: in deleteInTransactionInner()
3875 c2 = mDb.query(Tables.CALENDARS, ID_ONLY_PROJECTION, in deleteMatchingColors()
3927 return mDb.delete(Tables.CALENDARS, selection, selectionArgs); in deleteMatchingCalendars()
4263 case CALENDARS: in updateInTransactionInner()
4595 case CALENDARS: in verifyTransactionAllowed()
4725 case CALENDARS: in verifyNoSyncColumns()
[all …]