Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java4027 List<UserNotificationCall> expectedUserNotificationCalls) { in captureAndVerifyUserNotifications() argument
4034 verify(mMockUserNotificationHelper, times(expectedUserNotificationCalls.size())) in captureAndVerifyUserNotifications()
4042 for (int i = 0; i < expectedUserNotificationCalls.size(); ++i) { in captureAndVerifyUserNotifications()
4044 expectedUserNotificationCalls.get(i); in captureAndVerifyUserNotifications()