Searched refs:GROUP_KEY_C (Results 1 – 1 of 1) sorted by relevance
91 private static final String GROUP_KEY_C = "GROUP_KEY_C"; field in PreprocessingManagerTest221 when(mStatusBarNotification6.getGroupKey()).thenReturn(GROUP_KEY_C); in setup()224 when(mSummaryCStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_C); in setup()422 String[] expectedGroupKeys = {GROUP_KEY_A, GROUP_KEY_B, GROUP_KEY_C}; in onGroup_groupsNotificationsByGroupKey()441 String[] expectedGroupKeys = {GROUP_KEY_A, GROUP_KEY_B, GROUP_KEY_B, GROUP_KEY_C}; in onGroup_highGroupingThreshold_noGroups()680 GROUP_KEY_C, in onRank_ranksNotificationGroups()725 when(mAdditionalStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_C); in onAdditionalGroupAndRank_isGroupSummary_returnsTheSameGroupsAsStandardGroup()841 when(mStatusBarNotification6.getGroupKey()).thenReturn(GROUP_KEY_C); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()842 when(mStatusBarNotification7.getGroupKey()).thenReturn(GROUP_KEY_C); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()843 when(mStatusBarNotification8.getGroupKey()).thenReturn(GROUP_KEY_C); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()[all …]