Searched refs:numOfInserts (Results 1 – 1 of 1) sorted by relevance
1616 int numOfInserts = 0; in testInsertNormalEvents() local1631 if (numOfInserts == 0) { in testInsertNormalEvents()1645 numOfInserts += 1; in testInsertNormalEvents()1660 assertEquals(numOfInserts, cursor.getCount()); in testInsertNormalEvents()1666 assertEquals(numOfInserts, cursor.getCount()); in testInsertNormalEvents()1681 int numOfInserts = 0; in testInsertRepeatingEvents() local1694 numOfInserts += 1; in testInsertRepeatingEvents()1709 assertEquals(numOfInserts, cursor.getCount()); in testInsertRepeatingEvents()