Home
last modified time | relevance | path

Searched refs:invalidateList (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt128 filter.invalidateList("onNewSmartspaceTargets")
164 filter.invalidateList("updateAlertException: ${entry.logKey}")
180 filter.invalidateList("recordStatusBarState: " + StatusBarState.toString(newState))
H A DVisualStabilityCoordinator.java205 mNotifStabilityManager.invalidateList("pipeline run suppression ended"); in updateAllowedStates()
213 mNotifStabilityManager.invalidateList(reason); in updateAllowedStates()
258 mNotifStabilityManager.invalidateList("temporarilyAllowSectionChanges"); in temporarilyAllowSectionChanges()
H A DPreparationCoordinator.java153 () -> mNotifInflatingFilter.invalidateList("adjustmentProviderChanged")); in attach()
251 mNotifInflationErrorFilter.invalidateList("onNotifInflationError for " + logKey(entry));
256 mNotifInflationErrorFilter.invalidateList(
383 mNotifInflatingFilter.invalidateList("onInflationFinished for " + logKey(entry));
H A DRankingCoordinator.java204 mDndVisualEffectsFilter.invalidateList("dozeAmount changed to "
212 mDndVisualEffectsFilter.invalidateList("onDozingChanged to " + isDozing);
H A DDebugModeCoordinator.kt34 debugModeFilterProvider.registerInvalidationListener { filter.invalidateList(null) }
H A DKeyguardCoordinator.kt141 unseenNotifFilter.invalidateList("keyguard no longer showing")
290 unseenNotifFilter.invalidateList("unseen setting changed")
378 notifFilter.invalidateList(reason)
H A DHideNotifsForOtherUsersCoordinator.java81 mFilter.invalidateList(sb.toString());
H A DDeviceProvisionedCoordinator.java91 mNotifFilter.invalidateList("onDeviceProvisionedChanged");
H A DDreamCoordinator.kt64 invalidateList(msg())
H A DGroupWhenCoordinator.kt46 invalidator.invalidateList("future notification invalidation")
H A DSensitiveContentCoordinator.kt67 override fun onDynamicPrivacyChanged(): Unit = invalidateList("onDynamicPrivacyChanged")
H A DBubbleCoordinator.java145 mNotifFilter.invalidateList(reason);
H A DHeadsUpCoordinator.kt704 mNotifPromoter.invalidateList("headsUpEnded: ${entry.logKey}")
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DPluggable.java52 public final void invalidateList(@Nullable String reason) { in invalidateList() method in Pluggable
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java1040 packageFilter.invalidateList(null); in testThatPluggableInvalidationsTriggersRerun()
1046 idPromoter.invalidateList(null); in testThatPluggableInvalidationsTriggersRerun()
1052 section.invalidateList(null); in testThatPluggableInvalidationsTriggersRerun()
1058 hypeComparator.invalidateList(null); in testThatPluggableInvalidationsTriggersRerun()
1064 sectionComparator.invalidateList(null); in testThatPluggableInvalidationsTriggersRerun()
1070 preRenderInvalidator.invalidateList(null); in testThatPluggableInvalidationsTriggersRerun()
1596 mStabilityManager.invalidateList(null); in testStabilizeGroupsDelayedSummaryRendersAllNotifsTopLevel()
1635 mStabilityManager.invalidateList(null); in testStabilizeSectionDisallowsNewSection()
1739 mPluggableToInvalidate.invalidateList("test invalidation"); in maybeInvalidate()
2284 filter1.invalidateList(null); in testMultipleInvalidationsCoalesce()
[all …]