HomeSort by relevance Sort by last modified time
    Searched refs:dtend (Results 1 - 5 of 5) sorted by null

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 93 Events.DTEND + "," +
520 // TODO: do we need both dtend and duration?
538 // dtend in millis since epoch
539 CalendarContract.Events.DTEND + " INTEGER," +
605 // dtend in millis since epoch
606 + "dtend INTEGER,"
2539 Long dtend; local
2742 long dtend = cursor.getLong(2); local
    [all...]
CalendarProvider2.java 163 Events.DTEND,
395 // dtend -- set from duration as part of creating the exception
702 values.put(Events.DTEND, get2445ToMillis(timezone, dtEnd2445));
1516 Long dtend = values.getAsLong(Events.DTEND); local
    [all...]
  /external/dtc/Documentation/
dtc-paper.tex 34 \newcommand{\dtend}{\texttt{OF\_DT\_END\xspace}}
195 & \texttt{\dtend} \\\cline{2-2}
231 after the \dtendnode for the root node is an \dtend tag, indicating
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 320 Events.DTEND,
381 values.put(Events.DTEND, seed + DateUtils.HOUR_IN_MILLIS);
388 // Must be 0 or dtstart/dtend will get adjusted.
458 // Add in the recurrence-specific fields, and drop DTEND.
461 values.remove(Events.DTEND);
490 values.put(Events.DTEND, seed + DateUtils.HOUR_IN_MILLIS);
2468 long dtend = eventValues.getAsLong(Events.DTEND); local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1281 long dtend = cursor.getLong(2); local
    [all...]

Completed in 209 milliseconds