/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 119 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal() local 150 String groupKey = getGroupKey(sbn); in onEntryAdded() local 229 private int getNumberOfIsolatedChildren(String groupKey) { in getNumberOfIsolatedChildren() 239 private NotificationEntry getIsolatedChild(String groupKey) { in getIsolatedChild() 297 private boolean isGroupSuppressed(String groupKey) { in isGroupSuppressed() 375 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary() 611 default void onGroupCreated(NotificationGroup group, String groupKey) {} in onGroupCreated() 619 default void onGroupRemoved(NotificationGroup group, String groupKey) {} in onGroupRemoved()
|
D | NotificationGroupAlertTransferHelper.java | 270 String groupKey = mGroupManager.getGroupKey(group.summary.notification); in isPendingNotificationInGroup() local
|
D | NotificationIconContainer.java | 305 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleData.java | 255 void addSummaryToSuppress(String groupKey, String notifKey) { in addSummaryToSuppress() 265 String getSummaryKey(String groupKey) { in getSummaryKey() 272 void removeSuppressedSummary(String groupKey) { in removeSuppressedSummary() 279 boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed() 287 ArrayList<Bubble> getBubblesInGroup(@Nullable String groupKey) { in getBubblesInGroup()
|
D | BubbleController.java | 458 String groupKey = entry != null ? entry.notification.getGroupKey() : null; in isBubbleNotificationSuppressedFromShade() local 594 String groupKey = summary.notification.getGroupKey(); in handleSummaryRemovalInterception() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationTestHelper.java | 210 @Nullable String groupKey) in createRow() 232 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() 245 @Nullable String groupKey, @Nullable BubbleMetadata bubbleMetadata) { in createNotification()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 52 private String groupKey; field in StatusBarNotification 144 private String groupKey() { in groupKey() method in StatusBarNotification
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingHelper.java | 112 final String groupKey = record.getGroupKey(); in sort() local
|
D | SnoozeHelper.java | 267 protected void repostGroupSummary(String pkg, int userId, String groupKey) { in repostGroupSummary()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 65 UserHandle user, String groupKey) { in getSbn()
|
D | BuzzBeepBlinkTest.java | 261 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() 266 private NotificationRecord getLightsNotificationRecord(String groupKey, in getLightsNotificationRecord() 274 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
|
D | NotificationManagerServiceTest.java | 446 String groupKey, boolean isSummary) { in generateNotificationRecord() 451 String groupKey, boolean isSummary, boolean isBubble) { in generateNotificationRecord()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 712 final Key groupKey = new Key(null, key.uid, key.set, key.tag); in dumpCheckin() local
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 4324 public Builder setGroup(String groupKey) { in setGroup()
|