Searched refs:callNotification (Results 1 – 1 of 1) sorted by relevance
260 Notification callNotification = new Notification(); in onFilter_doShowLessImportantNotifications_filtersCalls() local261 callNotification.category = Notification.CATEGORY_CALL; in onFilter_doShowLessImportantNotifications_filtersCalls()262 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_doShowLessImportantNotifications_filtersCalls()273 Notification callNotification = new Notification(); in onFilter_dontShowLessImportantNotifications_filtersCalls() local274 callNotification.category = Notification.CATEGORY_CALL; in onFilter_dontShowLessImportantNotifications_filtersCalls()275 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()