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.java830 match == CALENDAR_ALERTS_ID || in shouldSyncFor()
1010 case CALENDAR_ALERTS_ID: in queryInternal()
1506 case CALENDAR_ALERTS_ID: in getType()
2368 case CALENDAR_ALERTS_ID: in insertInTransaction()
3185 case CALENDAR_ALERTS_ID: in deleteInTransaction()
4080 case CALENDAR_ALERTS_ID: { in updateInTransaction()
4613 private static final int CALENDAR_ALERTS_ID = 13; field in CalendarProvider2
4669 sUriMatcher.addURI(CalendarContract.AUTHORITY, "calendar_alerts/#", CALENDAR_ALERTS_ID); in sUriMatcher.addURI() argument