Searched refs:callSBN (Results 1 – 1 of 1) sorted by relevance
316 StatusBarNotification callSBN = mock(StatusBarNotification.class); in onFilter_doShowLessImportantNotifications_filtersCalls() local319 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_doShowLessImportantNotifications_filtersCalls()321 entries.add(new AlertEntry(callSBN)); in onFilter_doShowLessImportantNotifications_filtersCalls()329 StatusBarNotification callSBN = mock(StatusBarNotification.class); in onFilter_dontShowLessImportantNotifications_filtersCalls() local332 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()334 entries.add(new AlertEntry(callSBN)); in onFilter_dontShowLessImportantNotifications_filtersCalls()