Home
last modified time | relevance | path

Searched defs:byhour (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java720 int[] bysecond, int[] byminute, int[] byhour, in verifyRecurType()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java62 public int[] byhour; field in EventRecurrence
794 int[] byhour = parseNumberList(value, 0, 23, true); in parsePart() local