Home
last modified time | relevance | path

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

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java724 EventRecurrence eventRecurrence = new EventRecurrence(); in verifyRecurType() local
725 eventRecurrence.parse(recur); in verifyRecurType()
726 if (eventRecurrence.freq != freq in verifyRecurType()
727 || !eq(eventRecurrence.until, until) in verifyRecurType()
728 || eventRecurrence.count != count in verifyRecurType()
729 || eventRecurrence.interval != interval in verifyRecurType()
730 || eventRecurrence.wkst != wkst) { in verifyRecurType()
732 print(eventRecurrence); in verifyRecurType()
753 cmp(eventRecurrence.bysecondCount, eventRecurrence.bysecond, bysecond, "bysecond"); in verifyRecurType()
754 cmp(eventRecurrence.byminuteCount, eventRecurrence.byminute, byminute, "byminute"); in verifyRecurType()
[all …]