/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 | NotificationRecordExtractorDataTest.java | 49 r.getGroupKey(), in testHasDiffs_noDiffs() 77 r.getGroupKey(), in testHasDiffs_proposedImportanceChange() 111 r.getGroupKey(), in testHasDiffs_autoBundled() 146 r.getGroupKey(), in testHasDiffs_sensitiveContentChange()
|
D | SnoozeHelperTest.java | 687 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey()); 717 mSnoozeHelper.repostGroupSummary("pkg", UserHandle.USER_SYSTEM, r.getGroupKey());
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleEntry.java | 75 public String getGroupKey() { in getGroupKey() method in BubbleEntry 76 return mSbn.getGroupKey(); in getGroupKey()
|
D | Bubble.java | 283 mGroupKey = entry.getGroupKey(); in Bubble() 326 public String getGroupKey() { in getGroupKey() method in Bubble
|
D | BubbleController.java | 1726 final String groupKey = entry.getStatusBarNotification().getGroupKey(); in onEntryRemoved() 1809 if (bubble.getGroupKey() != null && groupKey.equals(bubble.getGroupKey())) { in getBubblesInGroup() 2145 String groupKey = entry.getStatusBarNotification().getGroupKey(); in isSummaryOfBubbles() 2178 mBubbleData.addSummaryToSuppress(summary.getStatusBarNotification().getGroupKey(), in handleSummaryDismissalInterception()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | GroupedAggregatedLogRecords.java | 60 int groupKey = record.getGroupKey(); in add() 161 int getGroupKey(); in getGroupKey() method
|
D | VibratorControlService.java | 573 public int getGroupKey() { in getGroupKey() method in VibratorControlService.VibrationScaleParamRecord
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecordExtractorData.java | 87 || !Objects.equals(mGroupKey, r.getGroupKey()) in hasDiffForRankingLocked() 110 || !Objects.equals(mGroupKey, r.getGroupKey()) in hasDiffForLoggingLocked()
|
D | RankingHelper.java | 148 final String groupKey = record.getGroupKey(); in sort() 156 final String groupKey = record.getGroupKey(); in sort() 167 NotificationRecord groupProxy = mProxyByGroupTmp.get(record.getGroupKey()); in sort()
|
D | NotificationRecord.java | 477 proto.write(NotificationRecordProto.GROUP_KEY, getGroupKey()); in dump() 510 pw.println(prefix + "groupKey=" + getGroupKey()); in dump() 1141 public String getGroupKey() { in getGroupKey() method in NotificationRecord 1142 return getSbn().getGroupKey(); in getGroupKey()
|
D | SnoozeHelper.java | 355 && groupKey.equals(potentialGroupSummary.getGroupKey())) { in repostGroupSummary()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollection.java | 419 if (shouldAutoDismissChildren(otherEntry, entry.getSbn().getGroupKey())) { in locallyDismissNotifications() 456 mLogger.logNotifGroupPosted(batch.get(0).getSbn().getGroupKey(), batch.size()); in onNotificationGroupPosted() 596 .filter(it -> Objects.equals(it.getSbn().getGroupKey(), groupKey)) in getGroupSummary() 612 String groupKey = entry.getSbn().getGroupKey(); in isOnlyChildInGroup() 617 .filter(it -> Objects.equals(it.getSbn().getGroupKey(), groupKey)) in isOnlyChildInGroup() 779 if (otherEntry.getSbn().getGroupKey().equals(entry.getSbn().getGroupKey()) in cancelLocalDismissal() 875 return entry.getSbn().getGroupKey().equals(dismissedGroupKey) 1098 String group = entry.getSbn().getGroupKey(); in fetchSummaryToDismiss()
|
D | ShadeListBuilder.java | 584 final String topLevelKey = entry.getSbn().getGroupKey(); in groupNotifs() 899 final String groupKey = tle.getRepresentativeEntry().getSbn().getGroupKey(); in addGroupsWithChildrenLostToPromotion() 917 out.add(sbn.getGroupKey()); in addGroupsWithChildrenLostToFiltering()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/ |
D | ActivityTileTest.java | 235 assertThat(tile.getGroupKey()).isNull(); in getGroupKey_empty_returnsNull() 243 assertThat(tile.getGroupKey()).isEqualTo("test_key"); in getGroupKey_notEmpty_returnsValue()
|
D | ProviderTileTest.java | 216 assertThat(tile.getGroupKey()).isNull(); in getGroupKey_empty_returnsNull() 224 assertThat(tile.getGroupKey()).isEqualTo("test_key"); in getGroupKey_notEmpty_returnsValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 184 final EventBatch batch = mBatches.get(sbn.getGroupKey()); in maybeEmitBatch() 208 final EventBatch batch = getOrBuildBatch(sbn.getGroupKey()); in handleNotificationPosted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | BubbleCoordinator.java | 90 entry.getKey(), entry.getSbn().getGroupKey());
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 1163 groupedBubble.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() 1166 groupedBubble.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() 1167 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade() 1190 groupSummary.getEntry().getSbn().getGroupKey())); in testAppRemovesSummary_removesAllBubbleChildren() 1220 groupedBubble.getEntry().getSbn().getGroupKey())); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 1223 groupedBubble.getEntry().getSbn().getGroupKey())); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 1228 groupSummary.getEntry().getSbn().getGroupKey())); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 1231 groupSummary.getEntry().getSbn().getGroupKey())); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 2552 entry.getKey(), entry.getGroupKey())); in assertBubbleNotificationSuppressedFromShade() 2554 entry.getKey(), entry.getGroupKey())); in assertBubbleNotificationSuppressedFromShade() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | NotificationHelper.java | 248 entry.getKey(), entry.getSbn().getGroupKey()); in shouldFilterOut()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 196 final String groupKey = entryBuilder.build().getSbn().getGroupKey(); in testGetGroupSummary() 528 assertNotNull(entry3.getSbn().getGroupKey()); in testRankingUpdateIsProperlyIssuedToEveryone() 1688 container, container.getSbn().getGroupKey())); in testCanDismissOtherNotificationChildren() 1701 container, container.getSbn().getGroupKey())); in testCannotDismissOngoingNotificationChildren() 1714 container, container.getSbn().getGroupKey())); in testCannotDismissNoClearNotifications() 1730 container, container.getSbn().getGroupKey())); in testCannotDismissPriorityConversations() 1744 container, container.getSbn().getGroupKey())); in testCanDismissFgsNotificationChildren()
|
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
D | GroupedAggregatedLogRecordsTest.java | 240 public int getGroupKey() { in getGroupKey() method in GroupedAggregatedLogRecordsTest.TestSingleLogRecord
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyNotificationIconAreaControllerImpl.java | 401 String removedGroupKey = removedIcon.getNotification().getGroupKey(); in updateIconsForLayout() 405 && candidate.getNotification().getGroupKey().equals(removedGroupKey)) { in updateIconsForLayout()
|
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/ |
D | Tile.java | 394 public String getGroupKey() { in getGroupKey() method in Tile
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 417 public String getGroupKey() { in getGroupKey() method in StatusBarNotification
|