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.java249 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID;
253 Tables.CALENDAR_ALERTS + "." + CalendarAlerts.EVENT_ID +
255 Tables.CALENDAR_ALERTS + "." + CalendarAlerts._ID + "=?";
848 return !(match == CALENDAR_ALERTS || in shouldSyncFor()
1155 case CALENDAR_ALERTS: in queryInternal()
1156 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS); in queryInternal()
1161 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS); in queryInternal()
1167 qb.setTables(Tables.CALENDAR_ALERTS + ", " + CalendarDatabaseHelper.Views.EVENTS); in queryInternal()
1651 case CALENDAR_ALERTS: in getType()
2567 case CALENDAR_ALERTS: { in insertInTransactionInner()
[all …]
DCalendarAlarmManager.java68 + Tables.CALENDAR_ALERTS + " AS ca"
340 + " WHERE 0=(SELECT count(*) FROM " + Tables.CALENDAR_ALERTS + " CA" + " WHERE CA." in scheduleNextAlarmLocked()
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()