Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java81 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
89 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
119 String groupKey = getGroupKey(sbn); in onEntryRemovedInternal()
150 String groupKey = getGroupKey(sbn); in onEntryAdded()
226 return getNumberOfIsolatedChildren(group.summary.notification.getGroupKey()) != 0; in hasIsolatedChildren()
232 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()
241 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()
250 String oldKey = oldNotification.getGroupKey(); in onEntryUpdated()
251 String newKey = entry.notification.getGroupKey(); in onEntryUpdated()
256 if (mGroupMap.get(getGroupKey(oldNotification)) != null) { in onEntryUpdated()
[all …]
DNotificationGroupAlertTransferHelper.java153 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(mGroupManager.getGroupKey(
187 String groupKey = mGroupManager.getGroupKey(entry.notification);
270 String groupKey = mGroupManager.getGroupKey(group.summary.notification); in isPendingNotificationInGroup()
272 && Objects.equals(mGroupManager.getGroupKey(entry.notification), groupKey) in isPendingNotificationInGroup()
289 mGroupAlertEntries.get(mGroupManager.getGroupKey(sbn)); in handleSuppressedSummaryAlerted()
448 if (mEntry.notification.getGroupKey() != mOriginalNotification.getGroupKey()) { in isStillValid()
DNotificationIconAreaController.java380 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()
384 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
DNotificationIconContainer.java305 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.java313 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
DNotificationManagerServiceTest.java1387 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()
1391 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()
2150 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.java431 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()
462 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()
948 public String getGroupKey() { in getGroupKey() method in NotificationRecord
949 return sbn.getGroupKey(); in getGroupKey()
DSnoozeHelper.java282 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
DNotificationManagerService.java1557 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
5330 r.sbn.getPackageName(), r.sbn.getGroupKey(), r.sbn.getUserId());
5339 if (mSummaryByGroupKey.containsKey(r.sbn.getGroupKey())) {
5525 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());
5853 String group = sbn.getGroupKey();
5857 String oldGroup = old != null ? old.sbn.getGroupKey() : null;
6434 groupKeyBefore.add(r.getGroupKey());
6452 || !Objects.equals(groupKeyBefore.get(i), r.getGroupKey())
6774 String groupKey = r.getGroupKey();
7149 childR.getGroupKey().equals(parentNotification.getGroupKey())
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java274 ? group.summary.notification.getGroupKey() in BubbleController()
458 String groupKey = entry != null ? entry.notification.getGroupKey() : null; in isBubbleNotificationSuppressedFromShade()
541 String groupKey = entry != null ? entry.notification.getGroupKey() : null;
594 String groupKey = summary.notification.getGroupKey(); in handleSummaryRemovalInterception()
618 mBubbleData.addSummaryToSuppress(summary.notification.getGroupKey(), in handleSummaryRemovalInterception()
729 final String groupKey = bubble.getEntry().notification.getGroupKey();
DBubbleData.java293 if (groupKey.equals(b.getEntry().notification.getGroupKey())) { in getBubblesInGroup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java258 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/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/non-updatable-api/
Dcurrent.txt42023 method public String getGroupKey();
/frameworks/base/api/
Dcurrent.txt42167 method public String getGroupKey();