Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java119 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()
DNotificationGroupAlertTransferHelper.java270 String groupKey = mGroupManager.getGroupKey(group.summary.notification); in isPendingNotificationInGroup() local
DNotificationIconContainer.java305 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java255 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()
DBubbleController.java458 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/
DNotificationTestHelper.java210 @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/
DStatusBarNotification.java52 private String groupKey; field in StatusBarNotification
144 private String groupKey() { in groupKey() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java112 final String groupKey = record.getGroupKey(); in sort() local
DSnoozeHelper.java267 protected void repostGroupSummary(String pkg, int userId, String groupKey) { in repostGroupSummary()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java65 UserHandle user, String groupKey) { in getSbn()
DBuzzBeepBlinkTest.java261 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()
DNotificationManagerServiceTest.java446 String groupKey, boolean isSummary) { in generateNotificationRecord()
451 String groupKey, boolean isSummary, boolean isBubble) { in generateNotificationRecord()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java712 final Key groupKey = new Key(null, key.uid, key.set, key.tag); in dumpCheckin() local
/frameworks/base/core/java/android/app/
DNotification.java4324 public Builder setGroup(String groupKey) { in setGroup()