Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java2195 ContentValues attValues = new ContentValues(); in handleInsertException() local
2196 attValues.put(Attendees.ATTENDEE_STATUS, in handleInsertException()
2202 attValues.getAsString(Attendees.ATTENDEE_STATUS)); in handleInsertException()
2204 int count = mDb.update(Tables.ATTENDEES, attValues, in handleInsertException()