Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java87 private static final String GROUP_KEY_B = "GROUP_KEY_B"; field in PreprocessingManagerTest
214 when(mStatusBarNotification2.getGroupKey()).thenReturn(GROUP_KEY_B); in setup()
216 when(mStatusBarNotification4.getGroupKey()).thenReturn(GROUP_KEY_B); in setup()
217 when(mStatusBarNotification5.getGroupKey()).thenReturn(GROUP_KEY_B); in setup()
220 when(mSummaryBStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_B); in setup()
419 String[] expectedGroupKeys = {GROUP_KEY_A, GROUP_KEY_B, GROUP_KEY_C}; in onGroup_groupsNotificationsByGroupKey()
438 String[] expectedGroupKeys = {GROUP_KEY_A, GROUP_KEY_B, GROUP_KEY_B, GROUP_KEY_C}; in onGroup_highGroupingThreshold_noGroups()
678 GROUP_KEY_B, in onRank_ranksNotificationGroups()
700 assertThat(groupB.getGroupKey()).isEqualTo(GROUP_KEY_B); in onRank_ranksNotificationsInEachGroup()