Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java114 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal() local
145 String groupKey = getGroupKey(sbn); in onEntryAdded() local
214 private int getNumberOfIsolatedChildren(String groupKey) { in getNumberOfIsolatedChildren()
224 private NotificationEntry getIsolatedChild(String groupKey) { in getIsolatedChild()
282 private boolean isGroupSuppressed(String groupKey) { in isGroupSuppressed()
360 private NotificationEntry getGroupSummary(String groupKey) { in getGroupSummary()
601 default void onGroupCreated(NotificationGroup group, String groupKey) {} in onGroupCreated()
609 default void onGroupRemoved(NotificationGroup group, String groupKey) {} in onGroupRemoved()
DNotificationGroupAlertTransferHelper.java281 String groupKey = mGroupManager.getGroupKey(group.summary.notification); in isPendingNotificationInGroup() local
DNotificationIconContainer.java304 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java203 @Nullable String groupKey) in createRow()
225 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification()
238 @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.java270 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.java443 String groupKey, boolean isSummary) { in generateNotificationRecord()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java736 final Key groupKey = new Key(null, key.uid, key.set, key.tag); in dumpCheckin() local
/frameworks/base/core/java/android/app/
DNotification.java4321 public Builder setGroup(String groupKey) { in setGroup()