Home | History | Annotate | Download | only in exchange

Lines Matching refs:entityValues

1036         ContentValues entityValues = new ContentValues();
1037 Entity entity = new Entity(entityValues);
1040 entityValues.put("DTSTAMP",
1042 entityValues.put(Events.DTSTART, Utility.parseEmailDateTimeToMillis(dtStart));
1043 entityValues.put(Events.DTEND, Utility.parseEmailDateTimeToMillis(dtEnd));
1044 entityValues.put(Events.EVENT_LOCATION, meetingInfo.get(MeetingInfo.MEETING_LOCATION));
1045 entityValues.put(Events.TITLE, meetingInfo.get(MeetingInfo.MEETING_TITLE));
1046 entityValues.put(Events.ORGANIZER, organizerEmail);