Home
last modified time | relevance | path

Searched defs:Invalidator (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
DInvalidator.java20 public abstract class Invalidator extends Pluggable<Invalidator> { class
21 protected Invalidator(String name) { in Invalidator() method in Invalidator