Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java63 public int byhourCount; field in EventRecurrence
373 appendNumbers(s, ";BYSECOND=", this.byhourCount, this.byhour); in toString()
487 arraysEqual(byhour, byhourCount, er.byhour, er.byhourCount) && in equals()
515 freq = count = interval = bysecondCount = byminuteCount = byhourCount = in resetFields()
796 er.byhourCount = byhour.length; in parsePart()
DRecurrenceProcessor.java257 found = listContains(r.byhour, r.byhourCount, in filter()
814 int byhourCount = r.byhourCount; in expand() local
815 boolean usebyhour = useBYX(freq, EventRecurrence.HOURLY, byhourCount); in expand()
1058 } while (usebyhour && hourIndex < byhourCount); in expand()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java755 cmp(eventRecurrence.byhourCount, eventRecurrence.byhour, byhour, "byhour"); in verifyRecurType()
777 System.out.println(" byhourCount=" + er.byhourCount); in print()