Searched refs:notificationIdCaptor (Results 1 – 1 of 1) sorted by relevance
2597 final ArgumentCaptor<Integer> notificationIdCaptor = in checkNotificationShown() local2602 notificationIdCaptor.capture(), notificationCaptor.capture(), any()); in checkNotificationShown()2606 final int id = notificationIdCaptor.getAllValues().get(j); in checkNotificationShown()2624 final ArgumentCaptor<Integer> notificationIdCaptor =2626 verify(mInjector.getNotificationManager(), mode).cancel(notificationIdCaptor.capture());2627 assertEquals(notificationId, notificationIdCaptor.getValue().intValue());