Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DEventBatch.java42 EventBatch(long createdTimestamp, String groupKey) { in EventBatch()
DGroupCoalescer.java228 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java413 @Nullable String groupKey) in createRow()
435 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification()
448 @Nullable String groupKey, @Nullable BubbleMetadata bubbleMetadata) { in createNotification()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java55 private String groupKey; field in StatusBarNotification
177 private String groupKey() { in groupKey() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordExtractorData.java51 boolean allowBubble, boolean isBubble, NotificationChannel channel, String groupKey, in NotificationRecordExtractorData()
DRankingHelper.java114 final String groupKey = record.getGroupKey(); in sort() local
DSnoozeHelper.java166 String groupKey, Integer userId) { in getNotifications()
328 protected void repostGroupSummary(String pkg, int userId, String groupKey) { in repostGroupSummary()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java903 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade()
1186 final String groupKey = entry.getStatusBarNotification().getGroupKey(); in onEntryRemoved() local
1263 private ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey) { in getBubblesInGroup()
1516 String groupKey = entry.getStatusBarNotification().getGroupKey(); in isSummaryOfBubbles() local
1753 String groupKey) { in isBubbleNotificationSuppressedFromShade()
1787 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade()
DBubbleData.java399 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress()
412 String getSummaryKey(String groupKey) { in getSummaryKey()
419 void removeSuppressedSummary(String groupKey) { in removeSuppressedSummary()
430 public boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed()
DBubbles.java85 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DSbnBuilder.java141 public SbnBuilder setGroup(Context context, String groupKey) { in setGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java553 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary()
569 String groupKey = entry.getSbn().getGroupKey(); in isOnlyChildInGroup() local
DShadeListBuilder.java891 final String groupKey = tle.getRepresentativeEntry().getSbn().getGroupKey(); in addGroupsWithChildrenLostToPromotion() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java68 UserHandle user, String groupKey) { in getSbn()
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()
DNotificationManagerServiceTest.java718 String groupKey, boolean isSummary) { in generateNotificationRecord()
769 NotificationChannel channel, int id, String tag, String groupKey, boolean isSummary) { in generateMessageBubbleNotifRecord()
839 String groupKey, boolean isSummary) { in getMessageStyleNotifBuilder()
894 String groupKey = "BUBBLE_GROUP"; in addGroupWithBubblesAndValidateAdded() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinatorTest.java428 final String groupKey = "test_reinflate_group"; in testPartiallyInflatedGroupsAreNotFilteredOutIfSummaryReinflate() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java229 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java993 private NotificationEntry createBubble(String groupKey, Integer groupAlert) { in createBubble()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java348 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt145 postedEntriesByGroup.forEach { (groupKey, postedEntries) -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java192 final String groupKey = entryBuilder.build().getSbn().getGroupKey(); in testGetGroupSummary() local
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java6881 final String groupKey = "com.android.fgs-bg-restricted"; in showFgsBgRestrictedNotificationLocked() local
/frameworks/base/core/java/android/app/
DNotification.java4851 public Builder setGroup(String groupKey) { in setGroup()