Home
last modified time | relevance | path

Searched refs:getGroupKey (Results 1 – 17 of 17) 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.java1331 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()
1335 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()
2086 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.java1508 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
5141 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId());
5150 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {
5322 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());
5630 String group = sbn.getGroupKey();
5634 String oldGroup = old != null ? old.sbn.getGroupKey() : null;
6196 groupKeyBefore.add(r.getGroupKey());
6214 || !Objects.equals(groupKeyBefore.get(i), r.getGroupKey())
6536 String groupKey = r.getGroupKey();
6911 childR.getGroupKey().equals(parentNotification.getGroupKey())
[all …]
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java349 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java261 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
/frameworks/base/services/
Dart-profile9676 PLcom/android/server/notification/NotificationRecord;->getGroupKey()Ljava/lang/String;
/frameworks/base/config/
Dboot-image-profile.txt13333 HSPLandroid/service/notification/StatusBarNotification;->getGroupKey()Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27091 method public java.lang.String getGroupKey();
/frameworks/base/api/
Dcurrent.txt41583 method public String getGroupKey();