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.java259 StatusBarNotification callSBN = mock(StatusBarNotification.class); in onFilter_doShowLessImportantNotifications_filtersCalls() local
262 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() local
275 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()
277 entries.add(new AlertEntry(callSBN)); in onFilter_dontShowLessImportantNotifications_filtersCalls()