OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byweeknoCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java
72
public int
byweeknoCount
;
389
appendNumbers(s, ";BYWEEKNO=", this.
byweeknoCount
, this.byweekno);
492
arraysEqual(byweekno,
byweeknoCount
, er.byweekno, er.
byweeknoCount
) &&
516
bydayCount = bymonthdayCount = byyeardayCount =
byweeknoCount
= bymonthCount =
874
er.
byweeknoCount
= byweekno.length;
[
all
...]
RecurrenceProcessor.java
213
if (r.
byweeknoCount
> 0) {
214
found = listContains(r.byweekno, r.
byweeknoCount
,
[
all
...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java
760
cmp(eventRecurrence.
byweeknoCount
, eventRecurrence.byweekno, byweekno, "byweekno");
[
all
...]
Completed in 27 milliseconds