OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bymonthCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/pim/
EventRecurrence.java
90
public int
bymonthCount
;
321
appendNumbers(s, ";BYMONTH=", this.
bymonthCount
, this.bymonth);
/frameworks/base/include/pim/
EventRecurrence.h
74
int
bymonthCount
;
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java
186
if (r.
bymonthCount
> 0) {
187
found = listContains(r.bymonth, r.
bymonthCount
,
689
int
bymonthCount
= r.
bymonthCount
;
690
boolean usebymonth = useBYX(freq, EventRecurrence.MONTHLY,
bymonthCount
);
[
all
...]
Completed in 71 milliseconds