Home | History | Annotate | Download | only in adapter

Lines Matching refs:dtstart

630                         String dtstart = ps.get(MeetingInfo.MEETING_DTSTART);
631 if (!TextUtils.isEmpty(dtstart)) {
632 long startTime = Utility.parseEmailDateTimeToMillis(dtstart);
633 values.put(Events.DTSTART, startTime);