Searched refs:actualNotificationIds (Results 1 – 2 of 2) sorted by relevance
225 List<Integer> actualNotificationIds = mIntCaptor.getAllValues();229 int notificationId = actualNotificationIds.get(i);
4701 List<Integer> actualNotificationIds = new ArrayList<>(); in verifyCall() local4708 actualNotificationIds.add(info.notificationId); in verifyCall()4711 assertWithMessage("Notification ids").that(actualNotificationIds) in verifyCall()