Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/adapter/
DCalendarSyncParser.java885 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()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java2024 ContentValues attValues = new ContentValues(); in handleInsertException() local
2025 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()