OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bysetposCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java
76
public int
bysetposCount
;
391
appendNumbers(s, ";BYSETPOS=", this.
bysetposCount
, this.bysetpos);
494
arraysEqual(bysetpos,
bysetposCount
, er.bysetpos, er.
bysetposCount
);
517
bysetposCount
= 0;
[
all
...]
RecurrenceProcessor.java
283
if (r.
bysetposCount
> 0) {
365
for (int i = r.
bysetposCount
- 1; i >= 0; i--) {
[
all
...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java
762
cmp(eventRecurrence.
bysetposCount
, eventRecurrence.bysetpos, bysetpos, "bysetpos");
[
all
...]
Completed in 127 milliseconds