Home
last modified time | relevance | path

Searched refs:callSBN (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java316 StatusBarNotification callSBN = mock(StatusBarNotification.class); in onFilter_doShowLessImportantNotifications_filtersCalls() local
319 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() local
332 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()
334 entries.add(new AlertEntry(callSBN)); in onFilter_dontShowLessImportantNotifications_filtersCalls()