Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerTest.kt48 val groupKey = "group" in isChildInGroup_summary() constant
67 val groupKey = "group" in isGroupSummary_summary() constant
80 val groupKey = "group" in isGroupSummary_child() constant
100 val groupKey = "group" in getGroupSummary_summary() constant
113 val groupKey = "group" in getGroupSummary_child() constant
/frameworks/base/services/core/java/com/android/server/vibrator/
DGroupedAggregatedLogRecords.java46 abstract void dumpGroupHeader(IndentingPrintWriter pw, int groupKey); in dumpGroupHeader()
49 abstract long findGroupKeyProtoFieldId(int groupKey); in findGroupKeyProtoFieldId()
60 int groupKey = record.getGroupKey(); in add() local
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DGroupedAggregatedLogRecordsTest.java166 private TestSingleLogRecord createRecord(int groupKey, int aggregateKey, long createTime) { in createRecord()
215 void dumpGroupHeader(IndentingPrintWriter pw, int groupKey) { in dumpGroupHeader()
220 long findGroupKeyProtoFieldId(int groupKey) { in findGroupKeyProtoFieldId()
233 TestSingleLogRecord(int groupKey, int aggregateKey, long createTime) { in TestSingleLogRecord()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconsViewData.kt100 val groupKey: String, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.NotificationIconInfo
109 groupKey?.let { groupKey -> in ActiveNotificationModel() method
124 val groupKey: String, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.IconGroupInfo
/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/services/core/java/com/android/server/notification/
DRankingHelper.java148 final String groupKey = record.getGroupKey(); in sort() local
156 final String groupKey = record.getGroupKey(); in sort() local
DNotificationRecordExtractorData.java52 boolean allowBubble, boolean isBubble, NotificationChannel channel, String groupKey, in NotificationRecordExtractorData()
DSnoozeHelper.java169 String groupKey, Integer userId) { in getNotifications()
345 protected void repostGroupSummary(String pkg, int userId, String groupKey) { in repostGroupSummary()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java517 @Nullable String groupKey) in createRow()
539 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification()
552 @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/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java519 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress()
532 String getSummaryKey(String groupKey) { in getSummaryKey()
539 void removeSuppressedSummary(String groupKey) { in removeSuppressedSummary()
550 public boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed()
DBubbleController.java1253 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade()
1726 final String groupKey = entry.getStatusBarNotification().getGroupKey(); in onEntryRemoved() local
1803 private ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey) { in getBubblesInGroup()
2145 String groupKey = entry.getStatusBarNotification().getGroupKey(); in isSummaryOfBubbles() local
2563 String groupKey) { in isBubbleNotificationSuppressedFromShade()
2598 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade()
DBubbles.java99 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.kt34 val groupKey: String?, constant in com.android.systemui.statusbar.notification.shared.ActiveNotificationModel
/frameworks/base/packages/SystemUI/tests/utils/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/
DNotificationAttentionHelperTest.java415 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord()
420 private NotificationRecord getLightsNotificationRecord(String groupKey, in getLightsNotificationRecord()
429 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
439 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
449 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
524 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getConversationNotificationRecord()
DGroupHelperTest.java126 UserHandle user, String groupKey, Icon smallIcon, int iconColor) { in getSbn()
140 UserHandle user, String groupKey) { in getSbn()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java1040 private NotificationEntry createBubble(String groupKey, Integer groupAlert) { in createBubble()
1044 private NotificationEntry createBubble(String groupKey, Integer groupAlert, Boolean suspended) { in createBubble()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java592 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary()
612 String groupKey = entry.getSbn().getGroupKey(); in isOnlyChildInGroup() local
DShadeListBuilder.java899 final String groupKey = tle.getRepresentativeEntry().getSbn().getGroupKey(); in addGroupsWithChildrenLostToPromotion() local
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DTile.java389 public void setGroupKey(String groupKey) { in setGroupKey()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinatorTest.java484 final String groupKey = "test_reinflate_group"; in testPartiallyInflatedGroupsAreNotFilteredOutIfSummaryReinflate() local
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java246 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java369 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local

12