Searched refs:callSBN (Results 1 – 1 of 1) sorted by relevance
259 StatusBarNotification callSBN = mock(StatusBarNotification.class); in onFilter_doShowLessImportantNotifications_filtersCalls() local262 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_doShowLessImportantNotifications_filtersCalls()264 entries.add(new AlertEntry(callSBN)); in onFilter_doShowLessImportantNotifications_filtersCalls()272 StatusBarNotification callSBN = mock(StatusBarNotification.class); in onFilter_dontShowLessImportantNotifications_filtersCalls() local275 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()277 entries.add(new AlertEntry(callSBN)); in onFilter_dontShowLessImportantNotifications_filtersCalls()