/frameworks/base/include/pim/ |
EventRecurrence.h | 64 int* byday; member in struct:android::EventRecurrence
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventRecurrenceFormatter.java | 44 days.append(dayToString(recurrence.byday[i])); 47 days.append(dayToString(recurrence.byday[count])); 52 // There is no "BYDAY" specifier, so use the day of the
|
EditEvent.java | 1937 int[] byday = new int[dayCount]; local 1977 int[] byday = new int[1]; local [all...] |
/frameworks/base/libs/ui/ |
EventRecurrence.cpp | 28 byday(0), 50 delete[] byday; 68 BYDAY, 109 { BYDAY_text, SIZ(BYDAY_text), BYDAY }, 327 postprocess_byday(int count, int* byday, int** bydayNum) 332 uint32_t v = byday[i]; 334 byday[i] = v & 0xffff0000; 418 case BYDAY: 421 &byday, -53, 53, false, 425 postprocess_byday(bydayCount, byday, &bydayNum) [all...] |
/frameworks/base/core/java/android/pim/ |
EventRecurrence.java | 80 public int[] byday; field in class:EventRecurrence 247 String str = day2String(this.byday[i]); 309 s.append(";BYDAY="); 338 int day = byday[i];
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
EventRecurrenceTest.java | 39 /* int[] byday */ null, 60 /* int[] byday */ null, 81 /* int[] byday */ null, 102 /* int[] byday */ null, 123 /* int[] byday */ null, 144 /* int[] byday */ null, 165 /* int[] byday */ null, 187 /* int[] byday */ null, 209 /* int[] byday */ null, 231 /* int[] byday */ null [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
RecurrenceProcessor.java | 224 // BYDAY -- when filtering, we ignore the number field, because it 226 byday: 228 int a[] = r.byday; 233 break byday; local 372 * processing the BYDAY, BYMONTHDAY, etc. as filters instead. 381 int[] byday, bydayNum, bymonthday; local 388 // BYDAY 407 byday = r.byday; 411 j = EventRecurrence.day2TimeDay(byday[i]) - first + 1 [all...] |
/frameworks/base/core/jni/ |
android_pim_EventRecurrence.cpp | 132 SET_ARRAY_AND_CHECK(byday)
179 byday_fields.array = env->GetFieldID(clazz, "byday", "[I");
|