Searched refs:expectedCounts (Results 1 – 2 of 2) sorted by relevance
88 final int[] expectedCounts = new int[] {2, 3, 1}; in testContactCounts_correctCountsReturned() local90 assertTrue(Arrays.equals(expectedCounts, counts)); in testContactCounts_correctCountsReturned()
2079 private void assertResponseStats(String packageName, long id, int... expectedCounts) { in assertResponseStats() argument2081 expectedStats.incrementBroadcastsDispatchedCount(expectedCounts[0]); in assertResponseStats()2082 expectedStats.incrementNotificationsPostedCount(expectedCounts[1]); in assertResponseStats()2083 expectedStats.incrementNotificationsUpdatedCount(expectedCounts[2]); in assertResponseStats()2084 expectedStats.incrementNotificationsCancelledCount(expectedCounts[3]); in assertResponseStats()