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

/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasMeetingResponder.java114 * @param meetingInfo The meeting info that was extracted from the invitation message.
117 private void sendMeetingResponseMail(final PackedString meetingInfo, final int response) { argument
120 final Address[] addrs = Address.parse(meetingInfo.get(MeetingInfo.MEETING_ORGANIZER_EMAIL));
125 final String dtStamp = meetingInfo.get(MeetingInfo.MEETING_DTSTAMP);
126 final String dtStart = meetingInfo.get(MeetingInfo.MEETING_DTSTART);
127 final String dtEnd = meetingInfo.get(MeetingInfo.MEETING_DTEND);
139 entityValues.put(Events.EVENT_LOCATION, meetingInfo.get(MeetingInfo.MEETING_LOCATION));
140 entityValues.put(Events.TITLE, meetingInfo.get(MeetingInfo.MEETING_TITLE));
175 meetingInfo.get(MeetingInfo.MEETING_UID), mAccount);
206 final PackedString meetingInfo
[all...]

Completed in 46 milliseconds