/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 88 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 …]
|
D | NotificationGroupAlertTransferHelper.java | 154 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()
|
D | NotificationIconAreaController.java | 417 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout() 421 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
|
D | NotificationIconContainer.java | 312 String groupKey = iconView.getNotification().getGroupKey(); in isReplacingIcon()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationAdjustmentExtractorTest.java | 66 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()
|
D | SnoozeHelperTest.java | 554 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
|
D | NotificationManagerServiceTest.java | 1858 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/ |
D | RankingHelper.java | 112 final String groupKey = record.getGroupKey(); in sort() 122 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
|
D | NotificationRecord.java | 440 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()
|
D | NotificationManagerService.java | 1784 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 …]
|
D | SnoozeHelper.java | 413 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollection.java | 336 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)
|
D | ShadeListBuilder.java | 420 final String topLevelKey = entry.getSbn().getGroupKey(); in groupNotifs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 589 ? 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()
|
D | BubbleData.java | 356 if (entry != null && groupKey.equals(entry.getSbn().getGroupKey())) { in getBubblesInGroup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 165 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/ |
D | StatusBarNotification.java | 380 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelperTest.java | 282 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | NewNotifPipelineBubbleControllerTest.java | 790 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() 813 groupSummary.getEntry().getSbn().getGroupKey())); in testAppRemovesSummary_removesAllBubbleChildren()
|
D | BubbleControllerTest.java | 945 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/ |
D | NotifCollectionTest.java | 348 assertNotNull(entry3.getSbn().getGroupKey()); in testRankingUpdateIsProperlyIssuedToEveryone()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27091 method public java.lang.String getGroupKey();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17788 HSPLandroid/service/notification/StatusBarNotification;->getGroupKey()Ljava/lang/String;
|
/frameworks/base/services/ |
D | art-profile | 21886 HSPLcom/android/server/notification/NotificationRecord;->getGroupKey()Ljava/lang/String;
|