Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java721 Notification additionalNotification = generateNotification(/* isForeground= */ false, in onAdditionalGroupAndRank_isGroupSummary_returnsTheSameGroupsAsStandardGroup() local
723 additionalNotification.category = Notification.CATEGORY_MESSAGE; in onAdditionalGroupAndRank_isGroupSummary_returnsTheSameGroupsAsStandardGroup()
726 when(mAdditionalStatusBarNotification.getNotification()).thenReturn(additionalNotification); in onAdditionalGroupAndRank_isGroupSummary_returnsTheSameGroupsAsStandardGroup()
1139 Notification additionalNotification = generateNotification(/* isForeground= */ true, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification() local
1141 additionalNotification.category = Notification.CATEGORY_MESSAGE; in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()
1144 when(mAdditionalStatusBarNotification.getNotification()).thenReturn(additionalNotification); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()