Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DPluggable.java55 mListener.onPluggableInvalidated((This) this); in invalidateList()
78 void onPluggableInvalidated(T pluggable); in onPluggableInvalidated() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinatorTest.kt359 verify(pluggableListener).onPluggableInvalidated(filter)
397 verify(pluggableListener).onPluggableInvalidated(filter)
406 verify(pluggableListener, never()).onPluggableInvalidated(filter)
H A DVisualStabilityCoordinatorTest.java350 verify(mInvalidateListener).onPluggableInvalidated(mNotifStabilityManager); in verifyInvalidateCalled()
352 verify(mInvalidateListener, never()).onPluggableInvalidated(mNotifStabilityManager); in verifyInvalidateCalled()
H A DHideNotifsForOtherUsersCoordinatorTest.java105 verify(mInvalidationListener).onPluggableInvalidated(mCapturedNotifFilter); in testFilterIsInvalidatedWhenProfilesChange()
H A DSensitiveContentCoordinatorTest.kt62 verify(invalidationListener).onPluggableInvalidated(invalidator)