Searched refs:getActiveNotificationUnfiltered (Results 1 – 11 of 11) sorted by relevance
81 .getActiveNotificationUnfiltered(mediaManager.mediaNotificationKey)115 if (entryManager.getActiveNotificationUnfiltered(entry.key) != null) {
299 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
156 .mapNotNull { notificationEntryManager.getActiveNotificationUnfiltered(it) }246 notificationEntryManager.getActiveNotificationUnfiltered(key)
300 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()
168 getEntryManager().getActiveNotificationUnfiltered(notificationKey);349 NotificationEntry visibleEntry = getEntryManager().getActiveNotificationUnfiltered(key); in shouldHideNotifications()532 NotificationEntry entry = getEntryManager().getActiveNotificationUnfiltered(key); in packageHasVisibilityOverride()
421 if (mEntryManager.getActiveNotificationUnfiltered( in removeNotificationChildren()
413 .getActiveNotificationUnfiltered(mMediaNotificationKey); in getMediaIcon()
448 getNotificationLocation(mEntryManager.getActiveNotificationUnfiltered(key)); in onExpansionChanged()
363 assertNotNull(mEntryManager.getActiveNotificationUnfiltered(mSbn.getKey())); in testAddNotification()
497 mNotificationEntryManager.getActiveNotificationUnfiltered(summaryKey); in setupNEM()
295 .getActiveNotificationUnfiltered(mRow.getKey())).thenReturn(mRow); in setUp()