Home | History | Annotate | Download | only in calendar

Lines Matching refs:dtStart

129             Events.DTSTART,           // 7
1911 int dtStart = mEventCursor.getColumnIndexOrThrow(Events.DTSTART);
1912 long start = mEventCursor.getLong(dtStart);
1955 oldValues.put(Events.DTSTART, oldStartMillis);
1969 long newBegin = values.getAsLong(Events.DTSTART);
1979 values.remove(Events.DTSTART);
1992 // If we are modifying all events then we need to set DTSTART to the
1996 // to the start time of the first event in the series (the DTSTART
1998 // then we leave the DTSTART field alone.
2006 values.put(Events.DTSTART, oldStartMillis);
2260 values.put(Events.DTSTART, startMillis);