Home | History | Annotate | Download | only in calendar

Lines Matching refs:CALENDAR_ALERTS

148         public static final String CALENDAR_ALERTS = "CalendarAlerts";
178 "DELETE FROM " + Tables.CALENDAR_ALERTS +
336 mCalendarAlertsInserter = new DatabaseUtils.InsertHelper(db, Tables.CALENDAR_ALERTS);
461 db.execSQL("CREATE TABLE " + Tables.CALENDAR_ALERTS + " (" +
481 db.execSQL("CREATE INDEX calendarAlertsEventIdIndex ON " + Tables.CALENDAR_ALERTS + " (" +