| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | NotificationGroupManager.java | 143 String groupKey = getGroupKey(removed.getKey(), notifGroupKey); in onEntryRemovedInternal() local 182 String groupKey = getGroupKey(sbn); in onEntryAddedInternal() local 259 private int getNumberOfIsolatedChildren(String groupKey) { in getNumberOfIsolatedChildren() 334 private boolean isGroupSuppressed(String groupKey) { in isGroupSuppressed() 412 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() 475 private String getGroupKey(String key, String groupKey) { in getGroupKey() 679 default void onGroupCreated(NotificationGroup group, String groupKey) {} in onGroupCreated() 687 default void onGroupRemoved(NotificationGroup group, String groupKey) {} in onGroupRemoved()
|
| D | NotificationGroupAlertTransferHelper.java | 257 String groupKey = mGroupManager.getGroupKey(group.summary.getSbn()); in isPendingNotificationInGroup() local
|
| D | NotificationIconContainer.java | 312 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
| D | GroupEntryHelper.java | 32 String groupKey, in createGroup()
|
| D | NotificationEntryBuilder.java | 177 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
|
| /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 | 209 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
| D | BubbleData.java | 317 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress() 327 String getSummaryKey(String groupKey) { in getSummaryKey() 334 void removeSuppressedSummary(String groupKey) { in removeSuppressedSummary() 341 boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed() 349 ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey, @NonNull in getBubblesInGroup()
|
| D | BubbleController.java | 998 String groupKey = entry.getSbn().getGroupKey(); in isBubbleNotificationSuppressedFromShade() local 1225 final String groupKey = entry.getSbn().getGroupKey(); in onEntryRemoved() local 1487 String groupKey = entry.getSbn().getGroupKey(); in isSummaryOfBubbles() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
| D | NotificationTestHelper.java | 298 @Nullable String groupKey) in createRow() 320 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() 333 @Nullable String groupKey, @Nullable BubbleMetadata bubbleMetadata) { in createNotification()
|
| /frameworks/base/core/java/android/service/notification/ |
| D | StatusBarNotification.java | 57 private String groupKey; field in StatusBarNotification 152 private String groupKey() { in groupKey() method in StatusBarNotification
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | RankingHelper.java | 112 final String groupKey = record.getGroupKey(); in sort() local
|
| D | SnoozeHelper.java | 180 String groupKey, Integer userId) { in getNotifications() 400 protected void repostGroupSummary(String pkg, int userId, String groupKey) { in repostGroupSummary()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
| D | SbnBuilder.java | 141 public SbnBuilder setGroup(Context context, String groupKey) { in setGroup()
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | GroupHelperTest.java | 67 UserHandle user, String groupKey) { in getSbn()
|
| D | BuzzBeepBlinkTest.java | 303 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() 308 private NotificationRecord getLightsNotificationRecord(String groupKey, in getLightsNotificationRecord() 317 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
|
| D | NotificationManagerServiceTest.java | 624 String groupKey, boolean isSummary) { in generateNotificationRecord() 674 NotificationChannel channel, int id, String tag, String groupKey, boolean isSummary) { in generateMessageBubbleNotifRecord() 744 String groupKey, boolean isSummary) { in getMessageStyleNotifBuilder() 797 String groupKey = "BUBBLE_GROUP"; in addGroupWithBubblesAndValidateAdded() local
|
| /frameworks/base/services/core/java/com/android/server/net/ |
| D | NetworkStatsCollection.java | 736 final Key groupKey = new Key(null, key.uid, key.set, key.tag); in dumpCheckin() local
|
| /frameworks/base/core/java/android/app/ |
| D | Notification.java | 4467 public Builder setGroup(String groupKey) { in setGroup()
|