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.java914 case CALENDARS_ID: in queryInternal()
3193 case CALENDARS_ID: in deleteInTransaction()
3971 case CALENDARS_ID: in updateInTransaction()
3974 if (match == CALENDARS_ID) { in updateInTransaction()
4442 case CALENDARS_ID: in verifyNoSyncColumns()
4605 private static final int CALENDARS_ID = 5; field in CalendarProvider2
4658 sUriMatcher.addURI(CalendarContract.AUTHORITY, "calendars/#", CALENDARS_ID); in sUriMatcher.addURI() argument