Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java885 case CALENDARS_ID: in queryInternal()
3184 case CALENDARS_ID: in deleteInTransaction()
3962 case CALENDARS_ID: in updateInTransaction()
3965 if (match == CALENDARS_ID) { in updateInTransaction()
4426 case CALENDARS_ID: in verifyNoSyncColumns()
4565 private static final int CALENDARS_ID = 5; field in CalendarProvider2
4617 sUriMatcher.addURI(CalendarContract.AUTHORITY, "calendars/#", CALENDARS_ID); in sUriMatcher.addURI() argument