Searched refs:expectedUserNotificationCalls (Results 1 – 1 of 1) sorted by relevance
4027 List<UserNotificationCall> expectedUserNotificationCalls) { in captureAndVerifyUserNotifications() argument4034 verify(mMockUserNotificationHelper, times(expectedUserNotificationCalls.size())) in captureAndVerifyUserNotifications()4042 for (int i = 0; i < expectedUserNotificationCalls.size(); ++i) { in captureAndVerifyUserNotifications()4044 expectedUserNotificationCalls.get(i); in captureAndVerifyUserNotifications()