Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java763 StatusBarNotification newSbn = mock(StatusBarNotification.class); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local
764 when(newSbn.getNotification()).thenReturn(newNotification); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking()
765 when(newSbn.getKey()).thenReturn(key); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking()
766 when(newSbn.getGroupKey()).thenReturn(groupKey); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking()
768 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking()
803 StatusBarNotification newSbn = mock(StatusBarNotification.class); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local
804 when(newSbn.getNotification()).thenReturn(newNotification); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
805 when(newSbn.getKey()).thenReturn(key); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
806 when(newSbn.getGroupKey()).thenReturn(groupKey); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
808 AlertEntry newEntry = new AlertEntry(newSbn); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification()
[all …]