Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
DGroupMembershipManagerTest.kt65 val groupKey = "group" in isChildInGroup_summary() constant
86 val groupKey = "group" in isGroupSummary_summary() constant
100 val groupKey = "group" in isGroupSummary_child() constant
122 val groupKey = "group" in getGroupSummary_summary() constant
136 val groupKey = "group" in getGroupSummary_child() constant
165 val groupKey = "group" in isChildEntryAdapterInGroup_summary() constant
179 val groupKey = "group" in isChildEntryAdapterInGroup_child() constant
201 val groupKey = "group" in isGroupRoot_summary() constant
215 val groupKey = "group" in isGroupRoot_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.java230 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
DGroupHelper.java899 final String groupKey = record.getSbn().getGroupKey(); in isGroupChildBundled() local
1117 String groupKey = summaryRecord.getSbn().getGroup(); in onGroupSummaryAdded() local
1399 record GroupUpdateOp(FullyQualifiedGroupKey groupKey, NotificationRecord record, in moveNotificationsToNewSection()
1575 private static int getNumChildrenForGroup(@NonNull final String groupKey, in getNumChildrenForGroup()
1596 final String groupKey = record.getSbn().getGroup(); in isGroupSummaryWithoutChildren() local
1609 final String groupKey = record.getSbn().getGroupKey(); in isGroupChildWithoutSummary() local
1784 private int getNumChildrenForGroupWithSection(final String groupKey, in getNumChildrenForGroupWithSection()
1813 final FullyQualifiedGroupKey groupKey = new FullyQualifiedGroupKey(record.getUserId(), in cacheCanceledSummary() local
2098 void removeAutoGroupSummary(int user, String pkg, String groupKey); in removeAutoGroupSummary()
2100 void updateAutogroupSummary(int userId, String pkg, String groupKey, in updateAutogroupSummary()
[all …]
DNotificationRecordExtractorData.java53 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/core/java/android/service/notification/
DStatusBarNotification.java61 private String groupKey; field in StatusBarNotification
192 private String groupKey() { in groupKey() method in StatusBarNotification
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java576 @Nullable String groupKey) in createRow()
598 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification()
611 @Nullable String groupKey, @Nullable BubbleMetadata bubbleMetadata) { in createNotification()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java642 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress()
655 String getSummaryKey(String groupKey) { in getSummaryKey()
662 void removeSuppressedSummary(String groupKey) { in removeSuppressedSummary()
673 public boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed()
DBubbleController.java1449 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade()
2045 final String groupKey = entry.getStatusBarNotification().getGroupKey(); in onEntryRemoved() local
2122 private ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey) { in getBubblesInGroup()
2531 String groupKey = entry.getStatusBarNotification().getGroupKey(); in isSummaryOfBubbles() local
3047 String groupKey) { in isBubbleNotificationSuppressedFromShade()
3082 public boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey) { in isBubbleNotificationSuppressedFromShade()
DBubbles.java102 boolean isBubbleNotificationSuppressedFromShade(String key, String groupKey); in isBubbleNotificationSuppressedFromShade()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java432 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord()
437 private NotificationRecord getLightsNotificationRecord(String groupKey, in getLightsNotificationRecord()
446 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
456 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
466 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
541 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getConversationNotificationRecord()
551 private NotificationRecord getAutogroupSummaryNotificationRecord(int id, String groupKey, in getAutogroupSummaryNotificationRecord()
2632 final String groupKey = "grup_name"; in testBeepVolume_politeNotif_AvalancheStrategy_exempt_msgCategory() local
DGroupHelperTest.java154 UserHandle user, String groupKey, Icon smallIcon, int iconColor) { in getSbn()
168 UserHandle user, String groupKey) { in getSbn()
183 UserHandle user, String groupKey, boolean isSummary) { in getNotificationRecord()
188 UserHandle user, String groupKey, boolean isSummary, int importance) { in getNotificationRecord()
194 UserHandle user, String groupKey, boolean isSummary, NotificationChannel channel) { in getNotificationRecord()
/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/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java1105 private NotificationEntry createBubble(String groupKey, Integer groupAlert) { in createBubble()
1109 private NotificationEntry createBubble(String groupKey, Integer groupAlert, Boolean suspended) { in createBubble()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java346 String groupKey, in createErrorNotification()
476 String groupKey, in postGroupSummaryNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.kt40 val groupKey: String?, constant in com.android.systemui.statusbar.notification.shared.ActiveNotificationModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java639 public NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary()
659 String groupKey = entry.getSbn().getGroupKey(); in isOnlyChildInGroup() local
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DTile.java400 public void setGroupKey(String groupKey) { in setGroupKey()
/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/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinatorTest.java606 final String groupKey = "test_reinflate_group"; in testPartiallyInflatedGroupsAreNotFilteredOutIfSummaryReinflate() local

12