Home
last modified time | relevance | path

Searched refs:mMonthRepeatByDayOfWeekIds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEventRecurrenceFormatter.java32 private static int[] mMonthRepeatByDayOfWeekIds; field in EventRecurrenceFormatter
128 if (mMonthRepeatByDayOfWeekIds == null) { in cacheMonthRepeatStrings()
129 mMonthRepeatByDayOfWeekIds = new int[7]; in cacheMonthRepeatStrings()
130 mMonthRepeatByDayOfWeekIds[0] = R.array.repeat_by_nth_sun; in cacheMonthRepeatStrings()
131 mMonthRepeatByDayOfWeekIds[1] = R.array.repeat_by_nth_mon; in cacheMonthRepeatStrings()
132 mMonthRepeatByDayOfWeekIds[2] = R.array.repeat_by_nth_tues; in cacheMonthRepeatStrings()
133 mMonthRepeatByDayOfWeekIds[3] = R.array.repeat_by_nth_wed; in cacheMonthRepeatStrings()
134 mMonthRepeatByDayOfWeekIds[4] = R.array.repeat_by_nth_thurs; in cacheMonthRepeatStrings()
135 mMonthRepeatByDayOfWeekIds[5] = R.array.repeat_by_nth_fri; in cacheMonthRepeatStrings()
136 mMonthRepeatByDayOfWeekIds[6] = R.array.repeat_by_nth_sat; in cacheMonthRepeatStrings()
[all …]