Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java88 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in isGroupExpanded()
99 NotificationGroup group = mGroupMap.get(sbn.getGroupKey()); in isLogicalGroupExpanded()
107 NotificationGroup group = mGroupMap.get(getGroupKey(sbn)); in setGroupExpanded()
137 onEntryRemovedInternal(removed, sbn.getGroupKey(), sbn.isGroup(), in onEntryRemovedInternal()
143 String groupKey = getGroupKey(removed.getKey(), notifGroupKey); in onEntryRemovedInternal()
182 String groupKey = getGroupKey(sbn); in onEntryAddedInternal()
256 return getNumberOfIsolatedChildren(group.summary.getSbn().getGroupKey()) != 0; in hasIsolatedChildren()
262 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn.getKey())) { in getNumberOfIsolatedChildren()
275 onEntryUpdated(entry, oldNotification.getGroupKey(), oldNotification.isGroup(), in onEntryUpdated()
288 String newGroupKey = entry.getSbn().getGroupKey(); in onEntryUpdated()
[all …]
DNotificationGroupAlertTransferHelper.java154 GroupAlertEntry groupAlertEntry = mGroupAlertEntries.get(mGroupManager.getGroupKey(
188 String groupKey = mGroupManager.getGroupKey(entry.getSbn());
257 String groupKey = mGroupManager.getGroupKey(group.summary.getSbn()); in isPendingNotificationInGroup()
259 && Objects.equals(mGroupManager.getGroupKey(entry.getSbn()), groupKey) in isPendingNotificationInGroup()
276 mGroupAlertEntries.get(mGroupManager.getGroupKey(sbn)); in handleSuppressedSummaryAlerted()
451 if (mEntry.getSbn().getGroupKey() != mOriginalNotification.getGroupKey()) { in isStillValid()
DNotificationIconAreaController.java417 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout()
421 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
DNotificationIconContainer.java312 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.java554 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
DNotificationManagerServiceTest.java1858 mService.findGroupNotificationsLocked(PKG, group1.getGroupKey(), in testFindGroupNotificationsLocked()
1862 assertTrue(record.getGroupKey().equals(group1.getGroupKey())); in testFindGroupNotificationsLocked()
2743 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.java440 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump()
471 pw.println(prefix + "groupKey=" + getGroupKey()); in dump()
1006 public String getGroupKey() { in getGroupKey() method in NotificationRecord
1007 return getSbn().getGroupKey(); in getGroupKey()
DNotificationManagerService.java1784 mSummaryByGroupKey.put(r.getGroupKey(), r); in addNotification()
6128 r.getSbn().getGroupKey(), r.getSbn().getUserId());
6139 if (mSummaryByGroupKey.containsKey(r.getSbn().getGroupKey())) {
6381 mSnoozeHelper.repostGroupSummary(pkg, r.getUserId(), n.getGroupKey());
6554 buzzBeepBlinkLoggingCode, getGroupInstanceId(n.getGroupKey()));
6749 String group = sbn.getGroupKey();
6753 String oldGroup = old != null ? old.getSbn().getGroupKey() : null;
7349 groupKeyBefore.add(r.getGroupKey());
7368 || !Objects.equals(groupKeyBefore.get(i), r.getGroupKey())
7700 String groupKey = r.getGroupKey();
[all …]
DSnoozeHelper.java413 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java336 if (shouldAutoDismissChildren(otherEntry, entry.getSbn().getGroupKey())) { in locallyDismissNotifications()
367 mLogger.logNotifGroupPosted(batch.get(0).getSbn().getGroupKey(), batch.size()); in onNotificationGroupPosted()
590 if (otherEntry.getSbn().getGroupKey().equals(entry.getSbn().getGroupKey()) in cancelLocalDismissal()
691 return entry.getSbn().getGroupKey().equals(dismissedGroupKey)
DShadeListBuilder.java420 final String topLevelKey = entry.getSbn().getGroupKey(); in groupNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java589 ? group.summary.getSbn().getGroupKey() in setupNEM()
613 final String groupKey = entry.getSbn().getGroupKey(); in setupNEM()
993 String groupKey = entry.getSbn().getGroupKey(); in isBubbleNotificationSuppressedFromShade()
1211 final String groupKey = entry.getSbn().getGroupKey(); in onEntryRemoved()
1353 final String groupKey = entry.getSbn().getGroupKey();
1462 String groupKey = entry.getSbn().getGroupKey(); in isSummaryOfBubbles()
1506 mBubbleData.addSummaryToSuppress(summary.getSbn().getGroupKey(), in handleSummaryDismissalInterception()
DBubbleData.java356 if (entry != null && groupKey.equals(entry.getSbn().getGroupKey())) { in getBubblesInGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java165 final EventBatch batch = mBatches.get(sbn.getGroupKey()); in maybeEmitBatch()
189 final EventBatch batch = getOrBuildBatch(sbn.getGroupKey()); in handleNotificationPosted()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java380 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java282 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java790 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
813 groupSummary.getEntry().getSbn().getGroupKey())); in testAppRemovesSummary_removesAllBubbleChildren()
DBubbleControllerTest.java945 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
968 groupSummary.getEntry().getSbn().getGroupKey())); in testAppRemovesSummary_removesAllBubbleChildren()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java348 assertNotNull(entry3.getSbn().getGroupKey()); in testRankingUpdateIsProperlyIssuedToEveryone()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27091 method public java.lang.String getGroupKey();
/frameworks/base/config/
Dboot-image-profile.txt17788 HSPLandroid/service/notification/StatusBarNotification;->getGroupKey()Ljava/lang/String;
/frameworks/base/services/
Dart-profile21886 HSPLcom/android/server/notification/NotificationRecord;->getGroupKey()Ljava/lang/String;

12