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

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 59 public int bysecondCount;
371 appendNumbers(s, ";BYSECOND=", this.bysecondCount, this.bysecond);
485 arraysEqual(bysecond, bysecondCount, er.bysecond, er.bysecondCount) &&
515 freq = count = interval = bysecondCount = byminuteCount = byhourCount =
778 er.bysecondCount = bysecond.length;
    [all...]
RecurrenceProcessor.java 275 found = listContains(r.bysecond, r.bysecondCount,
818 int bysecondCount = r.bysecondCount;
819 boolean usebysecond = useBYX(freq, EventRecurrence.SECONDLY, bysecondCount);
    [all...]

Completed in 69 milliseconds