Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DReflectionInflater.java37 public abstract class ReflectionInflater<T> extends SimpleInflater<T> { class
62 protected ReflectionInflater(@NonNull Context context) { in ReflectionInflater() method in ReflectionInflater