Home
last modified time | relevance | path

Searched refs:PluggableListener (Results 1 – 1 of 1) 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 void setInvalidationListener(PluggableListener<This> listener) { in setInvalidationListener()
67 public interface PluggableListener<T> { interface in Pluggable