Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java313 StatusBarNotification callSBN = mock(StatusBarNotification.class); in onFilter_doShowLessImportantNotifications_filtersCalls() local
316 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_doShowLessImportantNotifications_filtersCalls()
318 entries.add(new AlertEntry(callSBN)); in onFilter_doShowLessImportantNotifications_filtersCalls()
326 StatusBarNotification callSBN = mock(StatusBarNotification.class); in onFilter_dontShowLessImportantNotifications_filtersCalls() local
329 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()
331 entries.add(new AlertEntry(callSBN)); in onFilter_dontShowLessImportantNotifications_filtersCalls()