Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java59 public int bysecondCount; field in EventRecurrence
371 appendNumbers(s, ";BYSECOND=", this.bysecondCount, this.bysecond); in toString()
485 arraysEqual(bysecond, bysecondCount, er.bysecond, er.bysecondCount) && in equals()
515 freq = count = interval = bysecondCount = byminuteCount = byhourCount = in resetFields()
778 er.bysecondCount = bysecond.length; in parsePart()
DRecurrenceProcessor.java275 found = listContains(r.bysecond, r.bysecondCount, in filter()
818 int bysecondCount = r.bysecondCount; in expand() local
819 boolean usebysecond = useBYX(freq, EventRecurrence.SECONDLY, bysecondCount); in expand()
1054 } while (usebysecond && secondIndex < bysecondCount); in expand()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java753 cmp(eventRecurrence.bysecondCount, eventRecurrence.bysecond, bysecond, "bysecond"); in verifyRecurType()
773 System.out.println(" bysecondCount=" + er.bysecondCount); in print()