/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | GroupMembershipManagerTest.kt | 48 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/ |
D | GroupedAggregatedLogRecords.java | 46 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/ |
D | GroupedAggregatedLogRecordsTest.java | 166 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/ |
D | NotificationIconsViewData.kt | 100 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/ |
D | EventBatch.java | 42 EventBatch(long createdTimestamp, String groupKey) { in EventBatch()
|
D | GroupCoalescer.java | 228 private EventBatch getOrBuildBatch(final String groupKey) { in getOrBuildBatch()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingHelper.java | 148 final String groupKey = record.getGroupKey(); in sort() local 156 final String groupKey = record.getGroupKey(); in sort() local
|
D | NotificationRecordExtractorData.java | 52 boolean allowBubble, boolean isBubble, NotificationChannel channel, String groupKey, in NotificationRecordExtractorData()
|
D | SnoozeHelper.java | 169 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/ |
D | NotificationTestHelper.java | 517 @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/ |
D | StatusBarNotification.java | 55 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/ |
D | BubbleData.java | 519 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()
|
D | BubbleController.java | 1253 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()
|
D | Bubbles.java | 99 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/ |
D | ActiveNotificationModel.kt | 34 val groupKey: String?, constant in com.android.systemui.statusbar.notification.shared.ActiveNotificationModel
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | SbnBuilder.java | 141 public SbnBuilder setGroup(Context context, String groupKey) { in setGroup()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationAttentionHelperTest.java | 415 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()
|
D | GroupHelperTest.java | 126 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/ |
D | NotificationInterruptStateProviderImplTest.java | 1040 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/ |
D | NotifCollection.java | 592 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() 612 String groupKey = entry.getSbn().getGroupKey(); in isOnlyChildInGroup() local
|
D | ShadeListBuilder.java | 899 final String groupKey = tle.getRepresentativeEntry().getSbn().getGroupKey(); in addGroupsWithChildrenLostToPromotion() local
|
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/ |
D | Tile.java | 389 public void setGroupKey(String groupKey) { in setGroupKey()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | PreparationCoordinatorTest.java | 484 final String groupKey = "test_reinflate_group"; in testPartiallyInflatedGroupsAreNotFilteredOutIfSummaryReinflate() local
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 246 public NotificationEntryBuilder setGroup(Context context, String groupKey) { in setGroup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconContainer.java | 369 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
|