Home | History | Annotate | Download | only in exchange

Lines Matching refs:entityValues

998         ContentValues entityValues = new ContentValues();
999 Entity entity = new Entity(entityValues);
1002 entityValues.put("DTSTAMP",
1004 entityValues.put(Events.DTSTART, Utility.parseEmailDateTimeToMillis(dtStart));
1005 entityValues.put(Events.DTEND, Utility.parseEmailDateTimeToMillis(dtEnd));
1006 entityValues.put(Events.EVENT_LOCATION, meetingInfo.get(MeetingInfo.MEETING_LOCATION));
1007 entityValues.put(Events.TITLE, meetingInfo.get(MeetingInfo.MEETING_TITLE));
1008 entityValues.put(Events.ORGANIZER, organizerEmail);