| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ | 
| D | EventBatch.java | 42     EventBatch(long createdTimestamp, String groupKey) {  in EventBatch()
  | 
| D | GroupCoalescer.java | 228     private EventBatch getOrBuildBatch(final String groupKey) {  in getOrBuildBatch()
  | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ | 
| D | NotificationTestHelper.java | 460             @Nullable String groupKey)  in createRow() 482     private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) {  in createNotification() 495             @Nullable String groupKey, @Nullable BubbleMetadata bubbleMetadata) {  in createNotification()
  | 
| /frameworks/base/core/java/android/service/notification/ | 
| D | StatusBarNotification.java | 55     private String groupKey;  field in StatusBarNotification 177     private String groupKey() {  in groupKey()  method in StatusBarNotification
  | 
| /frameworks/base/services/core/java/com/android/server/notification/ | 
| D | NotificationRecordExtractorData.java | 52             boolean allowBubble, boolean isBubble, NotificationChannel channel, String groupKey,  in NotificationRecordExtractorData()
  | 
| D | RankingHelper.java | 117                 final String groupKey = record.getGroupKey();  in sort()  local
  | 
| D | SnoozeHelper.java | 166             String groupKey, Integer userId) {  in getNotifications() 328     protected void repostGroupSummary(String pkg, int userId, String groupKey) {  in repostGroupSummary()
  | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ | 
| D | BubbleData.java | 492     void addSummaryToSuppress(String groupKey, String notifKey) {  in addSummaryToSuppress() 505     String getSummaryKey(String groupKey) {  in getSummaryKey() 512     void removeSuppressedSummary(String groupKey) {  in removeSuppressedSummary() 523     public boolean isSummarySuppressed(String groupKey) {  in isSummarySuppressed()
  | 
| D | BubbleController.java | 1070     public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) {  in isBubbleNotificationSuppressedFromShade() 1488             final String groupKey = entry.getStatusBarNotification().getGroupKey();  in onEntryRemoved()  local 1565     private ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey) {  in getBubblesInGroup() 1883         String groupKey = entry.getStatusBarNotification().getGroupKey();  in isSummaryOfBubbles()  local 2226                     String groupKey) {  in isBubbleNotificationSuppressedFromShade() 2273         public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) {  in isBubbleNotificationSuppressedFromShade()
  | 
| D | Bubbles.java | 98     boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey);  in isBubbleNotificationSuppressedFromShade()
  | 
| /frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ | 
| D | SbnBuilder.java | 141     public SbnBuilder setGroup(Context context, String groupKey) {  in setGroup()
  | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ | 
| D | NotifCollection.java | 592     public NotificationEntry getGroupSummary(String groupKey) {  in getGroupSummary() 612         String groupKey = entry.getSbn().getGroupKey();  in isOnlyChildInGroup()  local
  | 
| D | ShadeListBuilder.java | 899                 final String groupKey = tle.getRepresentativeEntry().getSbn().getGroupKey();  in addGroupsWithChildrenLostToPromotion()  local
  | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ | 
| D | PreparationCoordinatorTest.java | 473         final String groupKey = "test_reinflate_group";  in testPartiallyInflatedGroupsAreNotFilteredOutIfSummaryReinflate()  local
  | 
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ | 
| D | BuzzBeepBlinkTest.java | 313     private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) {  in getBeepyNotificationRecord() 318     private NotificationRecord getLightsNotificationRecord(String groupKey,  in getLightsNotificationRecord() 327             boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior,  in getNotificationRecord()
  | 
| D | GroupHelperTest.java | 75             UserHandle user, String groupKey) {  in getSbn()
  | 
| D | NotificationManagerServiceTest.java | 855             String groupKey, boolean isSummary) {  in generateNotificationRecord() 861             String tag, String groupKey, boolean isSummary) {  in generateNotificationRecord() 917             NotificationChannel channel, int id, String tag, String groupKey, boolean isSummary) {  in generateMessageBubbleNotifRecord() 987             String groupKey, boolean isSummary) {  in getMessageStyleNotifBuilder() 1043         String groupKey = "BUBBLE_GROUP";  in addGroupWithBubblesAndValidateAdded()  local
  | 
| /frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ | 
| D | NotificationEntryBuilder.java | 229     public NotificationEntryBuilder setGroup(Context context, String groupKey) {  in setGroup()
  | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ | 
| D | NotificationInterruptStateProviderImplTest.java | 969     private NotificationEntry createBubble(String groupKey, Integer groupAlert) {  in createBubble()
  | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ | 
| D | NotificationIconContainer.java | 349         String groupKey = iconView.getNotification().getGroupKey();  in isReplacingIcon()  local
  | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ | 
| D | HeadsUpCoordinator.kt | 144         postedEntriesByGroup.forEach { (groupKey, postedEntries) ->  in <lambda>()  method
  | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ | 
| D | NotifCollectionTest.java | 196         final String groupKey = entryBuilder.build().getSbn().getGroupKey();  in testGetGroupSummary()  local
  | 
| /frameworks/base/services/core/java/com/android/server/am/ | 
| D | ActiveServices.java | 8136         final String groupKey = "com.android.fgs-bg-restricted";  in showFgsBgRestrictedNotificationLocked()  local
  | 
| /frameworks/base/core/java/android/app/ | 
| D | Notification.java | 4930         public Builder setGroup(String groupKey) {  in setGroup()
  |