Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java85 private static final String GROUP_KEY_C = "GROUP_KEY_C"; field in PreprocessingManagerTest
182 when(mStatusBarNotification6.getGroupKey()).thenReturn(GROUP_KEY_C); in setup()
183 when(mSummaryStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_C); in setup()
362 String[] expectedGroupKeys = {GROUP_KEY_A, GROUP_KEY_B, GROUP_KEY_C}; in onGroup_groupsNotificationsByGroupKey()
513 GROUP_KEY_C, in onRank_ranksNotificationGroups()
555 when(mAdditionalStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_C); in onAdditionalGroupAndRank_returnsTheSameGroupsAsStandardGroup()
692 when(mAdditionalStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_C); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()