Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java225 List<Integer> actualNotificationIds = mIntCaptor.getAllValues();
229 int notificationId = actualNotificationIds.get(i);
H A DCarWatchdogServiceUnitTest.java4701 List<Integer> actualNotificationIds = new ArrayList<>(); in verifyCall() local
4708 actualNotificationIds.add(info.notificationId); in verifyCall()
4711 assertWithMessage("Notification ids").that(actualNotificationIds) in verifyCall()