Home
last modified time | relevance | path

Searched refs:onPluggableInvalidated (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DPluggable.java57 mListener.onPluggableInvalidated((This) this, reason); in invalidateList()
80 void onPluggableInvalidated(T pluggable, @Nullable String reason); in onPluggableInvalidated() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinatorTest.java287 .onPluggableInvalidated(mCapturedDozingFilter, "dozeAmount changed to one"); in statusBarStateCallbackTest()
291 verify(mInvalidationListener, never()).onPluggableInvalidated(any(), any()); in statusBarStateCallbackTest()
296 .onPluggableInvalidated(mCapturedDozingFilter, "dozeAmount changed to not one"); in statusBarStateCallbackTest()
300 verify(mInvalidationListener, never()).onPluggableInvalidated(any(), any()); in statusBarStateCallbackTest()
H A DDreamCoordinatorTest.kt156 verify(filterListener).onPluggableInvalidated(eq(filter), any())
160 verify(filterListener, never()).onPluggableInvalidated(eq(filter), any())
H A DSmartspaceDedupingCoordinatorTest.kt345 verify(pluggableListener).onPluggableInvalidated(eq(filter), any())
382 verify(pluggableListener).onPluggableInvalidated(eq(filter), any())
390 verify(pluggableListener, never()).onPluggableInvalidated(eq(filter), any())
H A DHideNotifsForOtherUsersCoordinatorTest.java106 verify(mInvalidationListener).onPluggableInvalidated(eq(mCapturedNotifFilter), any()); in testFilterIsInvalidatedWhenProfilesChange()
H A DVisualStabilityCoordinatorTest.java142 }).when(mInvalidateListener).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in setUp()
544 verify(mInvalidateListener, mode).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in verifyStabilityManagerWasInvalidated()
H A DSensitiveContentCoordinatorTest.kt83 verify(invalidationListener).onPluggableInvalidated(eq(invalidator), any())
H A DKeyguardCoordinatorTest.kt282 verify(invalidationListener).onPluggableInvalidated(same(unseenFilter), anyString())