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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 68 + Tables.CALENDAR_ALERTS + " AS ca"
357 + " WHERE 0=(SELECT count(*) FROM " + Tables.CALENDAR_ALERTS + " CA" + " WHERE CA."
CalendarProvider2.java 240 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID;
244 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID +
246 Tables.CALENDAR_ALERTS + "." + CalendarAlerts._ID + "=?";
    [all...]
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...]

Completed in 56 milliseconds