Searched defs:meetingInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasMeetingResponder.java117 * @param meetingInfo The meeting info that was extracted from the invitation message.
120 private void sendMeetingResponseMail(final PackedString meetingInfo, final int response) { argument
123 final Address[] addrs = Address.parse(meetingInfo.get(MeetingInfo.MEETING_ORGANIZER_EMAIL));
128 final String dtStamp = meetingInfo.get(MeetingInfo.MEETING_DTSTAMP);
129 final String dtStart = meetingInfo.get(MeetingInfo.MEETING_DTSTART);
130 final String dtEnd = meetingInfo.get(MeetingInfo.MEETING_DTEND);
142 entityValues.put(Events.EVENT_LOCATION, meetingInfo.get(MeetingInfo.MEETING_LOCATION));
143 entityValues.put(Events.TITLE, meetingInfo.get(MeetingInfo.MEETING_TITLE));
178 meetingInfo.get(MeetingInfo.MEETING_UID), mAccount);
209 final PackedString meetingInfo
[all...]

Completed in 119 milliseconds