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

/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSendMeetingResponse.java138 final PackedString meetingInfo = new PackedString(mMessage.mMeetingInfo);
140 meetingInfo.get(MeetingInfo.MEETING_RESPONSE_REQUESTED);
143 sendMeetingResponseMail(meetingInfo, mEasResponse);
158 private void sendMeetingResponseMail(final PackedString meetingInfo, final int response) { argument
161 final Address[] addrs = Address.parse(meetingInfo.get(MeetingInfo.MEETING_ORGANIZER_EMAIL));
166 final String dtStamp = meetingInfo.get(MeetingInfo.MEETING_DTSTAMP);
167 final String dtStart = meetingInfo.get(MeetingInfo.MEETING_DTSTART);
168 final String dtEnd = meetingInfo.get(MeetingInfo.MEETING_DTEND);
191 meetingInfo.get(MeetingInfo.MEETING_LOCATION));
192 entityValues.put(CalendarContract.Events.TITLE, meetingInfo
[all...]

Completed in 58 milliseconds