HomeSort by relevance Sort by last modified time
    Searched refs:byweekno (Results 1 - 6 of 6) sorted by null

  /frameworks/base/include/pim/
EventRecurrence.h 71 int* byweekno; member in struct:android::EventRecurrence
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
EventRecurrenceTest.java 43 /* int[] byweekno */ null,
64 /* int[] byweekno */ null,
85 /* int[] byweekno */ null,
106 /* int[] byweekno */ null,
127 /* int[] byweekno */ null,
148 /* int[] byweekno */ null,
169 /* int[] byweekno */ null,
191 /* int[] byweekno */ null,
213 /* int[] byweekno */ null,
235 /* int[] byweekno */ null
    [all...]
  /frameworks/base/core/java/android/pim/
EventRecurrence.java 87 public int[] byweekno; field in class:EventRecurrence
320 appendNumbers(s, ";BYWEEKNO=", this.byweeknoCount, this.byweekno);
  /frameworks/base/libs/ui/
EventRecurrence.cpp 35 byweekno(0),
54 delete[] byweekno;
71 BYWEEKNO,
112 { BYWEEKNO_text, SIZ(BYWEEKNO_text), BYWEEKNO },
435 case BYWEEKNO:
436 PARSE_INT_LIST_CHECKED(byweekno, -53, 53,
  /frameworks/base/core/jni/
android_pim_EventRecurrence.cpp 143 SET_ARRAY_AND_CHECK(byweekno)
187 byweekno_fields.array = env->GetFieldID(clazz, "byweekno", "[I");
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 196 // acutally use BYWEEKNO.
198 found = listContains(r.byweekno, r.byweeknoCount,
    [all...]

Completed in 156 milliseconds