HomeSort by relevance Sort by last modified time
    Searched refs:bysecondCount (Results 1 - 3 of 3) 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...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 753 cmp(eventRecurrence.bysecondCount, eventRecurrence.bysecond, bysecond, "bysecond");
773 System.out.println(" bysecondCount=" + er.bysecondCount);
    [all...]

Completed in 125 milliseconds