Searched refs:mExpectedOccurrences (Results 1 – 1 of 1) sorted by relevance
657 int mExpectedOccurrences; field in CalendarProvider2Test.InstanceInfo667 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()