Searched refs:MEETING_TITLE (Results 1 – 3 of 3) sorted by relevance
192 entityValues.put(CalendarContract.Events.TITLE, meetingInfo.get(MeetingInfo.MEETING_TITLE)); in sendMeetingResponseMail()193 entityValues.put(CalendarContract.Events.TITLE, meetingInfo.get(MeetingInfo.MEETING_TITLE)); in sendMeetingResponseMail()
26 public static final String MEETING_TITLE = "TITLE"; field in MeetingInfo
333 packedString.put(MeetingInfo.MEETING_TITLE, msg.mSubject); in meetingRequestParser()