Searched refs:GROUP_KEY_A (Results 1 – 1 of 1) sorted by relevance
89 private static final String GROUP_KEY_A = "GROUP_KEY_A"; field in PreprocessingManagerTest216 when(mStatusBarNotification1.getGroupKey()).thenReturn(GROUP_KEY_A); in setup()218 when(mStatusBarNotification3.getGroupKey()).thenReturn(GROUP_KEY_A); in setup()222 when(mSummaryAStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_A); 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()473 when(mStatusBarNotification1.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()474 when(mStatusBarNotification2.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()475 when(mStatusBarNotification3.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()476 when(mStatusBarNotification4.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()[all …]