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.java1988 ContentValues attValues = new ContentValues(); in handleInsertException() local
1989 attValues.put(Attendees.ATTENDEE_STATUS, in handleInsertException()
1995 attValues.getAsString(Attendees.ATTENDEE_STATUS)); in handleInsertException()
1997 int count = mDb.update(Tables.ATTENDEES, attValues, in handleInsertException()