/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManagerTest.java | 129 @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 D | LegacyNotificationRankerStub.java | 37 private RankingMap mRankingMap = new RankingMap(new Ranking[] {}); field in LegacyNotificationRankerStub
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationRankingUpdate.java | 26 private final NotificationListenerService.RankingMap mRankingMap; field in NotificationRankingUpdate
|
H A D | NotificationListenerService.java | 390 private RankingMap mRankingMap; field in NotificationListenerService
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | PreprocessingManager.java | 687 private final RankingMap mRankingMap; field in PreprocessingManager.InGroupComparator 717 private final NotificationListenerService.RankingMap mRankingMap; field in PreprocessingManager.NotificationComparator
|
H A D | CarNotificationListener.java | 60 private RankingMap mRankingMap; field in CarNotificationListener
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | CarNotificationListenerTest.java | 59 private NotificationListenerService.RankingMap mRankingMap; field in CarNotificationListenerTest
|
H A D | PreprocessingManagerTest.java | 165 private NotificationListenerService.RankingMap mRankingMap; field in PreprocessingManagerTest
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationEntryManagerInflationTest.java | 154 private NotificationListenerService.RankingMap mRankingMap; field in NotificationEntryManagerInflationTest
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 167 private NotificationListenerService.RankingMap mRankingMap; field in DataManagerTest
|