Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java314 Notification callNotification = new Notification(); in onFilter_doShowLessImportantNotifications_filtersCalls() local
315 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() local
328 callNotification.category = Notification.CATEGORY_CALL; in onFilter_dontShowLessImportantNotifications_filtersCalls()
329 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()