Searched refs:bysecondCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java59 public int bysecondCount; field in class:EventRecurrence
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;
H A DRecurrenceProcessor.java275 found = listContains(r.bysecond, r.bysecondCount,
818 int bysecondCount = r.bysecondCount;
819 boolean usebysecond = useBYX(freq, EventRecurrence.SECONDLY, bysecondCount);
1054 } while (usebysecond && secondIndex < bysecondCount);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java753 cmp(eventRecurrence.bysecondCount, eventRecurrence.bysecond, bysecond, "bysecond");
773 System.out.println(" bysecondCount=" + er.bysecondCount);

Completed in 35 milliseconds