Searched refs:appendNumbers (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | EventRecurrence.java | 295 private static void appendNumbers(StringBuilder s, String label, in appendNumbers() method in EventRecurrence 371 appendNumbers(s, ";BYSECOND=", this.bysecondCount, this.bysecond); in toString() 372 appendNumbers(s, ";BYMINUTE=", this.byminuteCount, this.byminute); in toString() 373 appendNumbers(s, ";BYSECOND=", this.byhourCount, this.byhour); in toString() 387 appendNumbers(s, ";BYMONTHDAY=", this.bymonthdayCount, this.bymonthday); in toString() 388 appendNumbers(s, ";BYYEARDAY=", this.byyeardayCount, this.byyearday); in toString() 389 appendNumbers(s, ";BYWEEKNO=", this.byweeknoCount, this.byweekno); in toString() 390 appendNumbers(s, ";BYMONTH=", this.bymonthCount, this.bymonth); in toString() 391 appendNumbers(s, ";BYSETPOS=", this.bysetposCount, this.bysetpos); in toString()
|