Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DBypassHeadsUpNotifier.kt81 .getActiveNotificationUnfiltered(mediaManager.mediaNotificationKey) in <lambda>()
115 if (entryManager.getActiveNotificationUnfiltered(entry.key) != null) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java307 NotificationLogger.getNotificationLocation(getActiveNotificationUnfiltered(key)); in obtainVisibility()
321 NotificationEntry addedEntry = getActiveNotificationUnfiltered(key); in abortExistingInflation()
359 boolean isNew = getActiveNotificationUnfiltered(entry.getKey()) == null;
462 final NotificationEntry entry = getActiveNotificationUnfiltered(key); in removeNotificationInternal()
572 NotificationEntry entry = getActiveNotificationUnfiltered(key); in handleGroupSummaryRemoved()
670 final NotificationEntry entry = getActiveNotificationUnfiltered(key); in updateNotificationInternal()
800 public NotificationEntry getActiveNotificationUnfiltered(String key) { in getActiveNotificationUnfiltered() method in NotificationEntryManager
DConversationNotifications.kt156 .mapNotNull { notificationEntryManager.getActiveNotificationUnfiltered(it) } in onNotificationRankingUpdated()
246 notificationEntryManager.getActiveNotificationUnfiltered(key) in onNotificationPanelExpandStateChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java290 assertNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testRemoveNotification()
429 assertNotNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved()
448 assertNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()
522 assertNotNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testRemoveInterceptor_interceptsDontGetRemoved()
541 assertNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testRemoveInterceptor_notInterceptedGetsRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java163 getEntryManager().getActiveNotificationUnfiltered(notificationKey);
337 NotificationEntry visibleEntry = getEntryManager().getActiveNotificationUnfiltered(key); in shouldHideNotifications()
520 NotificationEntry entry = getEntryManager().getActiveNotificationUnfiltered(key); in packageHasVisibilityOverride()
DNotificationViewHierarchyManager.java411 if (mEntryManager.getActiveNotificationUnfiltered( in removeNotificationChildren()
DNotificationMediaManager.java415 .getActiveNotificationUnfiltered(mMediaNotificationKey); in getMediaIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java444 getNotificationLocation(mEntryManager.getActiveNotificationUnfiltered(key)); in onExpansionChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryManagerInflationTest.java357 assertNotNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testAddNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java493 mNotificationEntryManager.getActiveNotificationUnfiltered(summaryKey); in setupNEM()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java290 .getActiveNotificationUnfiltered(mRow.getKey())).thenReturn(mRow); in setUp()