Searched defs:bysecondCount (Results 1 - 1 of 1) 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;

Completed in 1074 milliseconds