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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java295 private static void appendNumbers(StringBuilder s, String label, method in class:EventRecurrence
371 appendNumbers(s, ";BYSECOND=", this.bysecondCount, this.bysecond);
372 appendNumbers(s, ";BYMINUTE=", this.byminuteCount, this.byminute);
373 appendNumbers(s, ";BYSECOND=", this.byhourCount, this.byhour);
387 appendNumbers(s, ";BYMONTHDAY=", this.bymonthdayCount, this.bymonthday);
388 appendNumbers(s, ";BYYEARDAY=", this.byyeardayCount, this.byyearday);
389 appendNumbers(s, ";BYWEEKNO=", this.byweeknoCount, this.byweekno);
390 appendNumbers(s, ";BYMONTH=", this.bymonthCount, this.bymonth);
391 appendNumbers(s, ";BYSETPOS=", this.bysetposCount, this.bysetpos);

Completed in 40 milliseconds