Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
DRecurrencePickerDialog.java277 private final int[] TIME_DAY_TO_CALENDAR_DAY = new int[] { field in RecurrencePickerDialog
793 mWeekByDayButtons[idx].setTextOff(dayOfWeekString[TIME_DAY_TO_CALENDAR_DAY[idx]]); in onCreateView()
794 mWeekByDayButtons[idx].setTextOn(dayOfWeekString[TIME_DAY_TO_CALENDAR_DAY[idx]]); in onCreateView()
809 mWeekByDayButtons[idx].setTextOff(dayOfWeekString[TIME_DAY_TO_CALENDAR_DAY[idx]]); in onCreateView()
810 mWeekByDayButtons[idx].setTextOn(dayOfWeekString[TIME_DAY_TO_CALENDAR_DAY[idx]]); in onCreateView()