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

  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java     [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 630 * @param rangeEndMillis the non-inclusive end of the range to expand, in
639 long rangeEndMillis) throws DateException {
652 if (rangeEndMillis != -1) {
653 mIterator.set(rangeEndMillis);
    [all...]

Completed in 119 milliseconds