Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java141 public static final int REPEATS_CUSTOM = 7; field in EditEventHelper
959 } else if (selection == REPEATS_CUSTOM) { in updateRecurrenceRule()
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java1279 selection = EditEventHelper.REPEATS_CUSTOM; in testUpdateRecurrenceRule()