Home
last modified time | relevance | path

Searched refs:CALENDAR_ALERTS (Results 1 – 3 of 3) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java240 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID;
244 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID +
246 Tables.CALENDAR_ALERTS + "." + CalendarAlerts._ID + "=?";
829 return !(match == CALENDAR_ALERTS || in shouldSyncFor()
999 case CALENDAR_ALERTS: in queryInternal()
1000 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS); in queryInternal()
1005 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS); in queryInternal()
1011 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS); in queryInternal()
1502 case CALENDAR_ALERTS: in getType()
2340 case CALENDAR_ALERTS: in insertInTransaction()
[all …]
DCalendarDatabaseHelper.java148 public static final String CALENDAR_ALERTS = "CalendarAlerts"; field
178 "DELETE FROM " + Tables.CALENDAR_ALERTS +
336 mCalendarAlertsInserter = new DatabaseUtils.InsertHelper(db, Tables.CALENDAR_ALERTS); in onOpen()
461 db.execSQL("CREATE TABLE " + Tables.CALENDAR_ALERTS + " (" + in bootstrapDB()
481 db.execSQL("CREATE INDEX calendarAlertsEventIdIndex ON " + Tables.CALENDAR_ALERTS + " (" + in bootstrapDB()
DCalendarAlarmManager.java68 + Tables.CALENDAR_ALERTS + " AS ca"
357 + " WHERE 0=(SELECT count(*) FROM " + Tables.CALENDAR_ALERTS + " CA" + " WHERE CA." in scheduleNextAlarmLocked()