| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
| D | NotificationGroupManagerLegacy.java | 175 String groupKey = getGroupKey(removed.getKey(), notifGroupKey); in onEntryRemovedInternal() local 220 String groupKey = getGroupKey(sbn); in onEntryAddedInternal() local 460 private int getNumberOfIsolatedChildren(String groupKey) { in getNumberOfIsolatedChildren() 472 String groupKey = group.summary.getSbn().getGroupKey(); in getImportantConversations() local 570 private boolean isGroupSuppressed(String groupKey) { in isGroupSuppressed() 640 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() 699 private String getGroupKey(String key, String groupKey) { in getGroupKey() 922 public final String groupKey; field in NotificationGroupManagerLegacy.NotificationGroup 937 NotificationGroup(String groupKey) { in NotificationGroup() 1046 String groupKey) {} in onGroupCreated() [all …]
|
| /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 | 220 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
| D | NotificationTestHelper.java | 341 @Nullable String groupKey) in createRow() 363 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() 376 @Nullable String groupKey, @Nullable BubbleMetadata bubbleMetadata) { in createNotification()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
| D | BubbleController.java | 803 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() 812 private void removeSuppressedSummaryIfNecessary(String groupKey, Consumer<String> callback) { in removeSuppressedSummaryIfNecessary() 983 final String groupKey = entry.getStatusBarNotification().getGroupKey(); in onEntryRemoved() local 1036 private ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey) { in getBubblesInGroup() 1226 String groupKey = entry.getStatusBarNotification().getGroupKey(); in isSummaryOfBubbles() local 1442 String groupKey) { in isBubbleNotificationSuppressedFromShade() 1476 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() 1497 public void removeSuppressedSummaryIfNecessary(String groupKey, Consumer<String> callback, in removeSuppressedSummaryIfNecessary()
|
| D | BubbleData.java | 385 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress() 398 String getSummaryKey(String groupKey) { in getSummaryKey() 405 void removeSuppressedSummary(String groupKey) { in removeSuppressedSummary() 416 public boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed()
|
| D | Bubbles.java | 87 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade() 104 void removeSuppressedSummaryIfNecessary(String groupKey, Consumer<String> callback, in removeSuppressedSummaryIfNecessary()
|
| /frameworks/base/core/java/android/service/notification/ |
| D | StatusBarNotification.java | 55 private String groupKey; field in StatusBarNotification 150 private String groupKey() { in groupKey() method in StatusBarNotification
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | RankingHelper.java | 114 final String groupKey = record.getGroupKey(); in sort() local
|
| D | SnoozeHelper.java | 182 String groupKey, Integer userId) { in getNotifications() 402 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 | 309 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() 314 private NotificationRecord getLightsNotificationRecord(String groupKey, in getLightsNotificationRecord() 323 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
|
| D | NotificationManagerServiceTest.java | 724 String groupKey, boolean isSummary) { in generateNotificationRecord() 775 NotificationChannel channel, int id, String tag, String groupKey, boolean isSummary) { in generateMessageBubbleNotifRecord() 845 String groupKey, boolean isSummary) { in getMessageStyleNotifBuilder() 900 String groupKey = "BUBBLE_GROUP"; in addGroupWithBubblesAndValidateAdded() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | NotificationGroupAlertTransferHelper.java | 326 String groupKey = mGroupManager.getGroupKey(group.summary.getSbn()); in isPendingNotificationInGroup() local
|
| D | NotificationIconContainer.java | 317 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
| D | NotificationEntryBuilder.java | 206 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
|
| /frameworks/base/services/core/java/com/android/server/net/ |
| D | NetworkStatsCollection.java | 726 final Key groupKey = new Key(null, key.uid, key.set, key.tag); in dumpCheckin() local
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ActiveServices.java | 6281 final String groupKey = "com.android.fgs-bg-restricted"; in showFgsBgRestrictedNotificationLocked() local
|
| /frameworks/base/core/java/android/app/ |
| D | Notification.java | 4765 public Builder setGroup(String groupKey) { in setGroup()
|