Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSyncAdapter.java304 event.setCommentsUri(c.getString(c.getColumnIndexOrThrow(Events.COMMENTS_URI))); in cursorToEntry()
788 map.put(Events.COMMENTS_URI, commentsUri); in entryToContentValues()
DCalendarProvider.java3913 DatabaseUtils.cursorStringToContentValues(diffsCursor, Events.COMMENTS_URI, values); in rowToContentValues()
3996 sEventsProjectionMap.put(Events.COMMENTS_URI, "commentsUri"); in sEventsProjectionMap.put() argument
4102 Calendar.Events.COMMENTS_URI,
4245 entityValues.put(Calendar.Events.COMMENTS_URI, c.getString(COLUMN_COMMENTS_URI)); in next()