Lines Matching refs:attendeeValues
1025 ContentValues attendeeValues = new ContentValues();1026 attendeeValues.put(Attendees.ATTENDEE_RELATIONSHIP,1028 attendeeValues.put(Attendees.ATTENDEE_EMAIL, mAccount.mEmailAddress);1029 entity.addSubValue(Attendees.CONTENT_URI, attendeeValues);