Home
last modified time | relevance | path

Searched refs:PluggableListener (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
DPluggable.java37 @Nullable private PluggableListener<This> mListener;
58 public final void setInvalidationListener(PluggableListener<This> listener) { in setInvalidationListener()
73 public interface PluggableListener<T> { interface in Pluggable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHideNotifsForOtherUsersCoordinatorTest.java37 …droid.systemui.statusbar.notification.collection.listbuilder.pluggable.Pluggable.PluggableListener;
53 @Mock private PluggableListener<NotifFilter> mInvalidationListener;
DVisualStabilityCoordinatorTest.java66 @Mock private Pluggable.PluggableListener<NotifStabilityManager> mInvalidateListener;
DSmartspaceDedupingCoordinatorTest.kt70 private lateinit var pluggableListener: Pluggable.PluggableListener<NotifFilter>