HomeSort by relevance Sort by last modified time
    Searched defs:CALENDAR_ALERTS (Results 1 - 2 of 2) sorted by null

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 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 + " (" +
    [all...]
CalendarProvider2.java 240 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID;
244 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID +
246 Tables.CALENDAR_ALERTS + "." + CalendarAlerts._ID + "=?";
    [all...]

Completed in 631 milliseconds