Searched refs:noteCaptor (Results 1 – 1 of 1) sorted by relevance
283 final ArgumentCaptor<Notification> noteCaptor = ArgumentCaptor.forClass(Notification.class); in assertNotification() local286 noteCaptor.capture()); in assertNotification()289 ongoing, (noteCaptor.getValue().flags & FLAG_ONGOING_EVENT) != 0); in assertNotification()291 autoCancel, (noteCaptor.getValue().flags & FLAG_AUTO_CANCEL) != 0); in assertNotification()