Home | History | Annotate | Download | only in event

Lines Matching refs:dtstart

76             Events.DTSTART, // 7
645 values.remove(Events.DTSTART);
658 // If we are modifying all events then we need to set DTSTART to the
662 // to the start time of the first event in the series (the DTSTART
664 // then we leave the DTSTART field alone.
680 values.put(Events.DTSTART, oldStartMillis);
710 Time dtstart = new Time();
711 dtstart.timezone = originalModel.mTimezone;
712 dtstart.set(startTimeMillis);
733 recurrences = recurProc.expand(dtstart, recurSet, startTimeMillis, endTimeMillis);
767 // This should no longer be necessary -- DTSTART should already be in the correct
769 dtstart.hour = 0;
770 dtstart.minute = 0;
771 dtstart.second = 0;
772 dtstart.allDay = true;
773 dtstart.timezone = Time.TIMEZONE_UTC;
779 updateValues.put(Events.DTSTART, dtstart.normalize(true));
1263 values.put(Events.DTSTART, startMillis);