Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java143 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()
DNotificationGroupAlertTransferHelper.java257 String groupKey = mGroupManager.getGroupKey(group.summary.getSbn()); in isPendingNotificationInGroup() local
DNotificationIconContainer.java312 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DGroupEntryHelper.java32 String groupKey, in createGroup()
DNotificationEntryBuilder.java177 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DEventBatch.java42 EventBatch(long createdTimestamp, String groupKey) { in EventBatch()
DGroupCoalescer.java209 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java317 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()
DBubbleController.java998 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/
DNotificationTestHelper.java298 @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/
DStatusBarNotification.java57 private String groupKey; field in StatusBarNotification
152 private String groupKey() { in groupKey() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java112 final String groupKey = record.getGroupKey(); in sort() local
DSnoozeHelper.java180 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/
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.java303 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()
DNotificationManagerServiceTest.java624 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/
DNetworkStatsCollection.java736 final Key groupKey = new Key(null, key.uid, key.set, key.tag); in dumpCheckin() local
/frameworks/base/core/java/android/app/
DNotification.java4467 public Builder setGroup(String groupKey) { in setGroup()