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.java260 Notification callNotification = new Notification(); in onFilter_doShowLessImportantNotifications_filtersCalls() local
261 callNotification.category = Notification.CATEGORY_CALL; in onFilter_doShowLessImportantNotifications_filtersCalls()
262 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_doShowLessImportantNotifications_filtersCalls()
273 Notification callNotification = new Notification(); in onFilter_dontShowLessImportantNotifications_filtersCalls() local
274 callNotification.category = Notification.CATEGORY_CALL; in onFilter_dontShowLessImportantNotifications_filtersCalls()
275 when(callSBN.getNotification()).thenReturn(callNotification); in onFilter_dontShowLessImportantNotifications_filtersCalls()