Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java76 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
84 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
114 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()
145 String groupKey = getGroupKey(sbn); in onEntryAdded()
211 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()
217 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()
226 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()
235 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()
236 String newKey = entry.notification.getGroupKey(); in onEntryUpdated()
241 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
[all …]
DNotificationGroupAlertTransferHelper.java158 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(mGroupManager.getGroupKey(
197 String groupKey = mGroupManager.getGroupKey(entry.notification);
281 String groupKey = mGroupManager.getGroupKey(group.summary.notification); in isPendingNotificationInGroup()
283 && Objects.equals(mGroupManager.getGroupKey(entry.notification), groupKey) in isPendingNotificationInGroup()
300 mGroupAlertEntries.get(mGroupManager.getGroupKey(sbn)); in handleSuppressedSummaryAlerted()
473 if (mEntry.notification.getGroupKey() != mOriginalNotification.getGroupKey()) { in isStillValid()
DNotificationIconAreaController.java336 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()
340 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
DNotificationIconContainer.java304 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAdjustmentExtractorTest.java66 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustment()
72 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustment()
103 assertFalse(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustments()
109 assertTrue(r.getGroupKey().contains(GroupHelper.AUTOGROUP_KEY)); in testExtractsAdjustments()
DSnoozeHelperTest.java293 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
DNotificationManagerServiceTest.java1317 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()
1321 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()
2072 anyString(), anyInt(), eq(child.getGroupKey())); in testPostGroupChild_unsnoozeParent()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java112 final String groupKey = record.getGroupKey(); in sort()
122 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
DNotificationRecord.java434 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()
470 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()
978 public String getGroupKey() { in getGroupKey() method in NotificationRecord
979 return sbn.getGroupKey(); in getGroupKey()
DSnoozeHelper.java285 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
DNotificationManagerService.java1494 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
5127 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId());
5136 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {
5300 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());
5608 String group = sbn.getGroupKey();
5612 String oldGroup = old != null ? old.sbn.getGroupKey() : null;
6174 groupKeyBefore.add(r.getGroupKey());
6192 || !Objects.equals(groupKeyBefore.get(i), r.getGroupKey())
6514 String groupKey = r.getGroupKey();
6889 childR.getGroupKey().equals(parentNotification.getGroupKey())
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java261 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java349 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile9676 PLcom/android/server/notification/NotificationRecord;->getGroupKey()Ljava/lang/String;