Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DInvalidator.java20 public abstract class Invalidator extends Pluggable<Invalidator> { class
21 protected Invalidator(String name) { in Invalidator() method in Invalidator
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/motion/
H A DInvalidator.java22 public interface Invalidator { interface