/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/ |
H A D | NotificationThrottler.java | 66 String groupKey = notification.getGroup(); in throttle() local 109 @NonNull Context context, @NonNull String groupKey) { in getSortedMatchingNotifications() 129 @NonNull StatusBarNotification notification, @NonNull String groupKey) { in isNotificationInGroup()
|
H A D | NotificationManagerUtils.java | 28 public static void cancelAllInGroup(@NonNull Context context, @NonNull String groupKey) { in cancelAllInGroup()
|
H A D | DialerNotificationManager.java | 74 String groupKey = findGroupKey(notifications, tag, id); in cancel() local 119 @NonNull StatusBarNotification[] notifications, @NonNull String groupKey) { in getGroupSummaryAndCount()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
H A D | NotificationGroupManagerLegacy.java | 183 String groupKey = getGroupKey(removed.getKey(), notifGroupKey); in onEntryRemovedInternal() local 228 String groupKey = getGroupKey(sbn); in onEntryAddedInternal() local 468 private int getNumberOfIsolatedChildren(String groupKey) { in getNumberOfIsolatedChildren() 480 String groupKey = group.summary.getSbn().getGroupKey(); in getImportantConversations() local 580 private boolean isGroupSuppressed(String groupKey) { in isGroupSuppressed() 650 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() 709 private String getGroupKey(String key, String groupKey) { in getGroupKey() 932 public final String groupKey; field in NotificationGroupManagerLegacy.NotificationGroup 947 NotificationGroup(String groupKey) { in NotificationGroup() 1056 String groupKey) {} in onGroupCreated() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
H A D | EventBatch.java | 42 EventBatch(long createdTimestamp, String groupKey) { in EventBatch()
|
H A D | GroupCoalescer.java | 220 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 815 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() 824 private void removeSuppressedSummaryIfNecessary(String groupKey, Consumer<String> callback) { in removeSuppressedSummaryIfNecessary() 994 final String groupKey = entry.getStatusBarNotification().getGroupKey(); in onEntryRemoved() local 1049 private ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey) { in getBubblesInGroup() 1240 String groupKey = entry.getStatusBarNotification().getGroupKey(); in isSummaryOfBubbles() local 1457 String groupKey) { in isBubbleNotificationSuppressedFromShade() 1491 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade() 1512 public void removeSuppressedSummaryIfNecessary(String groupKey, Consumer<String> callback, in removeSuppressedSummaryIfNecessary()
|
H A D | BubbleData.java | 386 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress() 399 String getSummaryKey(String groupKey) { in getSummaryKey() 406 void removeSuppressedSummary(String groupKey) { in removeSuppressedSummary() 417 public boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed()
|
H A D | Bubbles.java | 84 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade() 101 void removeSuppressedSummaryIfNecessary(String groupKey, Consumer<String> callback, in removeSuppressedSummaryIfNecessary()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | NotificationGroup.java | 111 void setGroupKey(@NonNull String groupKey) { in setGroupKey() 320 private void assertSameGroupKey(String groupKey) { in assertSameGroupKey()
|
H A D | CarNotificationViewAdapter.java | 387 public void setExpanded(String groupKey, boolean isSeen, boolean isExpanded) { in setExpanded() 418 boolean isExpanded(String groupKey, boolean isSeen) { in isExpanded()
|
H A D | PreprocessingManager.java | 374 String groupKey; in group() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 359 @Nullable String groupKey) in createRow() 381 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() 394 @Nullable String groupKey, @Nullable BubbleMetadata bubbleMetadata) { in createNotification()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 55 private String groupKey; field in StatusBarNotification 150 private String groupKey() { in groupKey() method in StatusBarNotification
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | RankingHelper.java | 114 final String groupKey = record.getGroupKey(); in sort() local
|
H A D | SnoozeHelper.java | 182 String groupKey, Integer userId) { in getNotifications() 402 protected void repostGroupSummary(String pkg, int userId, String groupKey) { in repostGroupSummary()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | SbnBuilder.java | 141 public SbnBuilder setGroup(Context context, String groupKey) { in setGroup()
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | PreprocessingManagerTest.java | 757 String groupKey = "NEW_GROUP_KEY"; in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local 797 String groupKey = "NEW_GROUP_KEY"; in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local 819 String groupKey = mImportantForeground.getStatusBarNotification().getGroupKey(); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | GroupHelperTest.java | 67 UserHandle user, String groupKey) { in getSbn()
|
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupAlertTransferHelper.java | 326 String groupKey = mGroupManager.getGroupKey(group.summary.getSbn()); in isPendingNotificationInGroup() local
|
H A D | NotificationIconContainer.java | 317 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntryBuilder.java | 206 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkStatsCollection.java | 727 final Key groupKey = new Key(null, key.uid, key.set, key.tag); in dumpCheckin() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleNotifications.java | 846 final String groupKey = "groupkey"; in setWearableGroupOptions() local
|