Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
DPluggable.java57 mListener.onPluggableInvalidated((This) this, reason); in invalidateList()
80 void onPluggableInvalidated(T pluggable, @Nullable String reason); in onPluggableInvalidated() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
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()
DDreamCoordinatorTest.kt156 verify(filterListener).onPluggableInvalidated(eq(filter), any()) in verifyPipelinesInvalidated()
160 verify(filterListener, never()).onPluggableInvalidated(eq(filter), any()) in verifyPipelinesNotInvalidated()
DSmartspaceDedupingCoordinatorTest.kt345 verify(pluggableListener).onPluggableInvalidated(eq(filter), any()) in testLockscreenTracking()
382 verify(pluggableListener).onPluggableInvalidated(eq(filter), any()) in verifyPipelinesInvalidated()
390 verify(pluggableListener, never()).onPluggableInvalidated(eq(filter), any()) in verifyPipelinesNotInvalidated()
DHideNotifsForOtherUsersCoordinatorTest.java106 verify(mInvalidationListener).onPluggableInvalidated(eq(mCapturedNotifFilter), any()); in testFilterIsInvalidatedWhenProfilesChange()
DSensitiveContentCoordinatorTest.kt102 verify(invalidationListener).onPluggableInvalidated(eq(invalidator), any()) in onDynamicPrivacyChanged_invokeInvalidationListener()
122 verify(invalidationListener).onPluggableInvalidated(eq(invalidator), any()) in onSensitiveStateChanged_invokeInvalidationListener()
DKeyguardCoordinatorTest.kt287 verify(invalidationListener).onPluggableInvalidated(same(unseenFilter), anyString()) in unseenFilterInvalidatesWhenSettingChanges()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.java160 }).when(mInvalidateListener).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in setUp()
576 verify(mInvalidateListener, mode).onPluggableInvalidated(eq(mNotifStabilityManager), any()); in verifyStabilityManagerWasInvalidated()