Searched refs:attValues (Results 1 – 2 of 2) sorted by relevance
885 for (ContentValues attValues: attendeeValues) { in exceptionParser()887 String attendeeEmail = attValues.getAsString(Attendees.ATTENDEE_EMAIL); in exceptionParser()892 attValues.put(Attendees.ATTENDEE_STATUS, in exceptionParser()894 ops.newAttendee(attValues, exceptionStart); in exceptionParser()896 ops.newAttendee(attValues, exceptionStart); in exceptionParser()
2024 ContentValues attValues = new ContentValues(); in handleInsertException() local2025 attValues.put(Attendees.ATTENDEE_STATUS, in handleInsertException()2031 attValues.getAsString(Attendees.ATTENDEE_STATUS)); in handleInsertException()2033 int count = mDb.update(Tables.ATTENDEES, attValues, in handleInsertException()