Searched refs:callNotification (Results 1 – 1 of 1) sorted by relevance
314 Notification callNotification = new Notification(); in onFilter_doShowLessImportantNotifications_filtersCalls() local315 callNotification.category = Notification.CATEGORY_CALL; in onFilter_doShowLessImportantNotifications_filtersCalls()316 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_doShowLessImportantNotifications_filtersCalls()327 Notification callNotification = new Notification(); in onFilter_dontShowLessImportantNotifications_filtersCalls() local328 callNotification.category = Notification.CATEGORY_CALL; in onFilter_dontShowLessImportantNotifications_filtersCalls()329 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()