Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java657 int mExpectedOccurrences; field in CalendarProvider2Test.InstanceInfo
667 mExpectedOccurrences = expected; in InstanceInfo()
1735 if (instance.mExpectedOccurrences != cursor.getCount()) { in testInstanceRange()
1739 + " expected: " + instance.mExpectedOccurrences); in testInstanceRange()
1742 assertEquals(instance.mExpectedOccurrences, cursor.getCount()); in testInstanceRange()