Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java801 match == CALENDAR_ALERTS_ID || in shouldSyncFor()
981 case CALENDAR_ALERTS_ID: in queryInternal()
1470 case CALENDAR_ALERTS_ID: in getType()
2355 case CALENDAR_ALERTS_ID: in insertInTransaction()
3176 case CALENDAR_ALERTS_ID: in deleteInTransaction()
4071 case CALENDAR_ALERTS_ID: { in updateInTransaction()
4573 private static final int CALENDAR_ALERTS_ID = 13; field in CalendarProvider2
4628 sUriMatcher.addURI(CalendarContract.AUTHORITY, "calendar_alerts/#", CALENDAR_ALERTS_ID); in sUriMatcher.addURI() argument