Searched defs:byhourCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java63 public int byhourCount; field in class:EventRecurrence
373 appendNumbers(s, ";BYSECOND=", this.byhourCount, this.byhour);
487 arraysEqual(byhour, byhourCount, er.byhour, er.byhourCount) &&
515 freq = count = interval = bysecondCount = byminuteCount = byhourCount =
796 er.byhourCount = byhour.length;

Completed in 77 milliseconds