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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java148 public static final String CALENDAR_ALERTS = "CalendarAlerts"; field in interface:CalendarDatabaseHelper.Tables
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 + " (" +
H A DCalendarProvider2.java234 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID;
238 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID +
240 Tables.CALENDAR_ALERTS + "." + CalendarAlerts._ID + "=?";
800 return !(match == CALENDAR_ALERTS ||
970 case CALENDAR_ALERTS:
971 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS);
976 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS);
982 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS);
1466 case CALENDAR_ALERTS:
2314 case CALENDAR_ALERTS
4572 private static final int CALENDAR_ALERTS = 12; field in class:CalendarProvider2
[all...]

Completed in 54 milliseconds