Home
last modified time | relevance | path

Searched refs:getActiveNotificationUnfiltered (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DBypassHeadsUpNotifier.kt81 .getActiveNotificationUnfiltered(mediaManager.mediaNotificationKey)
115 if (entryManager.getActiveNotificationUnfiltered(entry.key) != null) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java299 NotificationLogger.getNotificationLocation(getActiveNotificationUnfiltered(key)); in obtainVisibility()
310 NotificationEntry addedEntry = getActiveNotificationUnfiltered(key); in abortExistingInflation()
348 boolean isNew = getActiveNotificationUnfiltered(entry.getKey()) == null;
451 final NotificationEntry entry = getActiveNotificationUnfiltered(key); in removeNotificationInternal()
573 NotificationEntry entry = getActiveNotificationUnfiltered(key); in handleGroupSummaryRemoved()
671 final NotificationEntry entry = getActiveNotificationUnfiltered(key); in updateNotificationInternal()
802 public NotificationEntry getActiveNotificationUnfiltered(String key) { in getActiveNotificationUnfiltered() method in NotificationEntryManager
H A DConversationNotifications.kt156 .mapNotNull { notificationEntryManager.getActiveNotificationUnfiltered(it) }
246 notificationEntryManager.getActiveNotificationUnfiltered(key)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java300 assertNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testRemoveNotification()
446 assertNotNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved()
465 assertNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()
539 assertNotNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testRemoveInterceptor_interceptsDontGetRemoved()
558 assertNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testRemoveInterceptor_notInterceptedGetsRemoved()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java168 getEntryManager().getActiveNotificationUnfiltered(notificationKey);
349 NotificationEntry visibleEntry = getEntryManager().getActiveNotificationUnfiltered(key); in shouldHideNotifications()
532 NotificationEntry entry = getEntryManager().getActiveNotificationUnfiltered(key); in packageHasVisibilityOverride()
H A DNotificationViewHierarchyManager.java421 if (mEntryManager.getActiveNotificationUnfiltered( in removeNotificationChildren()
H A DNotificationMediaManager.java413 .getActiveNotificationUnfiltered(mMediaNotificationKey); in getMediaIcon()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java448 getNotificationLocation(mEntryManager.getActiveNotificationUnfiltered(key)); in onExpansionChanged()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java363 assertNotNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testAddNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java497 mNotificationEntryManager.getActiveNotificationUnfiltered(summaryKey); in setupNEM()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java295 .getActiveNotificationUnfiltered(mRow.getKey())).thenReturn(mRow); in setUp()