Home
last modified time | relevance | path

Searched refs:getGroupKey (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java53 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
61 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
89 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()
114 String groupKey = getGroupKey(sbn); in onEntryAdded()
165 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()
171 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()
180 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()
189 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()
190 String newKey = entry.notification.getGroupKey(); in onEntryUpdated()
195 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
[all …]
DNotificationIconAreaController.java201 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()
205 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
DNotificationIconContainer.java224 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java362 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()
392 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()
757 public String getGroupKey() { in getGroupKey() method in NotificationRecord
758 return sbn.getGroupKey(); in getGroupKey()
DNotificationManagerService.java1018 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
3393 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId()); in snoozeLocked()
3402 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) { in snoozeLocked()
3477 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey()); in run()
3622 String group = sbn.getGroupKey(); in handleGroupedNotificationLocked()
3626 String oldGroup = old != null ? old.sbn.getGroupKey() : null; in handleGroupedNotificationLocked()
4040 groupOverrideBefore.add(r.sbn.getGroupKey()); in handleRankingSort()
4051 || !groupOverrideBefore.get(i).equals(r.sbn.getGroupKey()) in handleRankingSort()
4321 String groupKey = r.getGroupKey(); in cancelNotificationLocked()
4613 childR.getGroupKey().equals(parentNotification.getGroupKey()) in cancelGroupChildrenByListLocked()
[all …]
DSnoozeHelper.java285 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
DRankingHelper.java420 final String groupKey = record.getGroupKey(); in sort()
431 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationManagerServiceTest.java506 mNotificationManagerService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()
510 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()
926 anyString(), anyInt(), eq(child.getGroupKey())); in testPostGroupChild_unsnoozeParent()
DSnoozeHelperTest.java286 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java316 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27091 method public java.lang.String getGroupKey();
/frameworks/base/api/
Dcurrent.txt37279 method public java.lang.String getGroupKey();
Dsystem-current.txt40395 method public java.lang.String getGroupKey();