Searched refs:REPEATS_WEEKLY_ON_DAY (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java124 public static final int REPEATS_WEEKLY_ON_DAY = 3; field in class:EditEventHelper
950 } else if (selection == REPEATS_WEEKLY_ON_DAY) {
H A DEditEventView.java435 recurrenceIndexes.add(EditEventHelper.REPEATS_WEEKLY_ON_DAY);
478 EditEventHelper.REPEATS_WEEKLY_ON_DAY);
/packages/apps/Calendar/tests/src/com/android/calendar/event/
H A DEditEventHelperTest.java1269 selection = EditEventHelper.REPEATS_WEEKLY_ON_DAY;

Completed in 70 milliseconds