Searched refs:getActiveNotificationUnfiltered (Results 1 – 11 of 11) sorted by relevance
81 .getActiveNotificationUnfiltered(mediaManager.mediaNotificationKey) in <lambda>()115 if (entryManager.getActiveNotificationUnfiltered(entry.key) != null) { in <lambda>()
307 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
156 .mapNotNull { notificationEntryManager.getActiveNotificationUnfiltered(it) } in onNotificationRankingUpdated()246 notificationEntryManager.getActiveNotificationUnfiltered(key) in onNotificationPanelExpandStateChanged()
290 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()
163 getEntryManager().getActiveNotificationUnfiltered(notificationKey);337 NotificationEntry visibleEntry = getEntryManager().getActiveNotificationUnfiltered(key); in shouldHideNotifications()520 NotificationEntry entry = getEntryManager().getActiveNotificationUnfiltered(key); in packageHasVisibilityOverride()
411 if (mEntryManager.getActiveNotificationUnfiltered( in removeNotificationChildren()
415 .getActiveNotificationUnfiltered(mMediaNotificationKey); in getMediaIcon()
444 getNotificationLocation(mEntryManager.getActiveNotificationUnfiltered(key)); in onExpansionChanged()
357 assertNotNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testAddNotification()
493 mNotificationEntryManager.getActiveNotificationUnfiltered(summaryKey); in setupNEM()
290 .getActiveNotificationUnfiltered(mRow.getKey())).thenReturn(mRow); in setUp()