Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java175 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/
DEventBatch.java42 EventBatch(long createdTimestamp, String groupKey) { in EventBatch()
DGroupCoalescer.java220 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java341 @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/
DBubbleController.java803 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()
DBubbleData.java385 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()
DBubbles.java87 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/
DStatusBarNotification.java55 private String groupKey; field in StatusBarNotification
150 private String groupKey() { in groupKey() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java114 final String groupKey = record.getGroupKey(); in sort() local
DSnoozeHelper.java182 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/
DSbnBuilder.java141 public SbnBuilder setGroup(Context context, String groupKey) { in setGroup()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java67 UserHandle user, String groupKey) { in getSbn()
DBuzzBeepBlinkTest.java309 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()
DNotificationManagerServiceTest.java724 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/
DNotificationGroupAlertTransferHelper.java326 String groupKey = mGroupManager.getGroupKey(group.summary.getSbn()); in isPendingNotificationInGroup() local
DNotificationIconContainer.java317 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java206 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java726 final Key groupKey = new Key(null, key.uid, key.set, key.tag); in dumpCheckin() local
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java6281 final String groupKey = "com.android.fgs-bg-restricted"; in showFgsBgRestrictedNotificationLocked() local
/frameworks/base/core/java/android/app/
DNotification.java4765 public Builder setGroup(String groupKey) { in setGroup()