Searched refs:PluggableListener (Results 1 – 4 of 4) sorted by relevance
37 @Nullable private PluggableListener<This> mListener;58 public final void setInvalidationListener(PluggableListener<This> listener) { in setInvalidationListener()73 public interface PluggableListener<T> { interface in Pluggable
37 …droid.systemui.statusbar.notification.collection.listbuilder.pluggable.Pluggable.PluggableListener;53 @Mock private PluggableListener<NotifFilter> mInvalidationListener;
66 @Mock private Pluggable.PluggableListener<NotifStabilityManager> mInvalidateListener;
70 private lateinit var pluggableListener: Pluggable.PluggableListener<NotifFilter>