Home
last modified time | relevance | path

Searched defs:mRankingMap (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java129 @Mock private RankingMap mRankingMap; field in NotificationEntryManagerTest
293 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification() local
331 mEntryManager.removeNotification(mSbn.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveNotification_whilePending_onlyCollectionListenerNotified() local
441 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved() local
457 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved() local
477 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_whenNotificationUpdatedRetainersAreCanceled() local
480 mEntryManager.updateNotification(mEntry.getSbn(), mRankingMap); in testLifetimeExtenders_whenNotificationUpdatedRetainersAreCanceled() local
501 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_whenNewExtenderTakesPrecedenceOldExtenderIsCanceled() local
507 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testLifetimeExtenders_whenNewExtenderTakesPrecedenceOldExtenderIsCanceled() local
536 mEntryManager.removeNotification(mEntry.getKey(), mRankingMap, UNDEFINED_DISMISS_REASON); in testRemoveInterceptor_interceptsDontGetRemoved() local
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DLegacyNotificationRankerStub.java37 private RankingMap mRankingMap = new RankingMap(new Ranking[] {}); field in LegacyNotificationRankerStub
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationRankingUpdate.java26 private final NotificationListenerService.RankingMap mRankingMap; field in NotificationRankingUpdate
H A DNotificationListenerService.java390 private RankingMap mRankingMap; field in NotificationListenerService
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DPreprocessingManager.java687 private final RankingMap mRankingMap; field in PreprocessingManager.InGroupComparator
717 private final NotificationListenerService.RankingMap mRankingMap; field in PreprocessingManager.NotificationComparator
H A DCarNotificationListener.java60 private RankingMap mRankingMap; field in CarNotificationListener
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationListenerTest.java59 private NotificationListenerService.RankingMap mRankingMap; field in CarNotificationListenerTest
H A DPreprocessingManagerTest.java165 private NotificationListenerService.RankingMap mRankingMap; field in PreprocessingManagerTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java154 private NotificationListenerService.RankingMap mRankingMap; field in NotificationEntryManagerInflationTest
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java167 private NotificationListenerService.RankingMap mRankingMap; field in DataManagerTest