Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java317 Notification callNotification = new Notification(); in onFilter_doShowLessImportantNotifications_filtersCalls() local
318 callNotification.category = Notification.CATEGORY_CALL; in onFilter_doShowLessImportantNotifications_filtersCalls()
319 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_doShowLessImportantNotifications_filtersCalls()
330 Notification callNotification = new Notification(); in onFilter_dontShowLessImportantNotifications_filtersCalls() local
331 callNotification.category = Notification.CATEGORY_CALL; in onFilter_dontShowLessImportantNotifications_filtersCalls()
332 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()