Home
last modified time | relevance | path

Searched defs:groupKey (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/
H A DNotificationThrottler.java66 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 DNotificationManagerUtils.java28 public static void cancelAllInGroup(@NonNull Context context, @NonNull String groupKey) { in cancelAllInGroup()
H A DDialerNotificationManager.java74 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 DNotificationGroupManagerLegacy.java183 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 DEventBatch.java42 EventBatch(long createdTimestamp, String groupKey) { in EventBatch()
H A DGroupCoalescer.java220 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java815 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 DBubbleData.java386 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 DBubbles.java84 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 DNotificationGroup.java111 void setGroupKey(@NonNull String groupKey) { in setGroupKey()
320 private void assertSameGroupKey(String groupKey) { in assertSameGroupKey()
H A DCarNotificationViewAdapter.java387 public void setExpanded(String groupKey, boolean isSeen, boolean isExpanded) { in setExpanded()
418 boolean isExpanded(String groupKey, boolean isSeen) { in isExpanded()
H A DPreprocessingManager.java374 String groupKey; in group() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java359 @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 DStatusBarNotification.java55 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 DRankingHelper.java114 final String groupKey = record.getGroupKey(); in sort() local
H A DSnoozeHelper.java182 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 DSbnBuilder.java141 public SbnBuilder setGroup(Context context, String groupKey) { in setGroup()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java757 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 DGroupHelperTest.java67 UserHandle user, String groupKey) { in getSbn()
H A DBuzzBeepBlinkTest.java313 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 DNotificationGroupAlertTransferHelper.java326 String groupKey = mGroupManager.getGroupKey(group.summary.getSbn()); in isPendingNotificationInGroup() local
H A DNotificationIconContainer.java317 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java206 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java727 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 DBugleNotifications.java846 final String groupKey = "groupkey"; in setWearableGroupOptions() local

12