Searched refs:newSbn (Results 1 – 1 of 1) sorted by relevance
763 StatusBarNotification newSbn = mock(StatusBarNotification.class); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local764 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() local804 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 …]