Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java86 private static final String GROUP_KEY_C = "GROUP_KEY_C"; field in PreprocessingManagerTest
166 when(mStatusBarNotification6.getGroupKey()).thenReturn(GROUP_KEY_C); in setup()
167 when(mSummaryStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_C); in setup()
351 String[] expectedGroupKeys = {GROUP_KEY_A, GROUP_KEY_B, GROUP_KEY_C}; in onGroup_groupsNotificationsByGroupKey()
502 GROUP_KEY_C, in onRank_ranksNotificationGroups()
544 when(mAdditionalStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_C); in onAdditionalGroup_returnsTheSameGroupsAsStandardGroup()
637 when(mAdditionalStatusBarNotification.getGroupKey()).thenReturn(GROUP_KEY_C); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()