Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DKspComponentProcessor.java38 private final Optional<ImmutableSet<BindingGraphPlugin>> testingPlugins; field in KspComponentProcessor
42 Optional<ImmutableSet<BindingGraphPlugin>> testingPlugins) { in KspComponentProcessor()
79 public static Provider withTestPlugins(BindingGraphPlugin... testingPlugins) { in withTestPlugins()
88 public static Provider withTestPlugins(Iterable<BindingGraphPlugin> testingPlugins) { in withTestPlugins()
92 private final Optional<ImmutableSet<BindingGraphPlugin>> testingPlugins; field in KspComponentProcessor.Provider
98 private Provider(Optional<ImmutableSet<BindingGraphPlugin>> testingPlugins) { in Provider()
DComponentProcessor.java48 public static ComponentProcessor withTestPlugins(BindingGraphPlugin... testingPlugins) { in withTestPlugins()
57 public static ComponentProcessor withTestPlugins(Iterable<BindingGraphPlugin> testingPlugins) { in withTestPlugins()
67 public static ComponentProcessor forTesting(dagger.spi.BindingGraphPlugin... testingPlugins) { in forTesting()
77 Iterable<dagger.spi.BindingGraphPlugin> testingPlugins) { in forTesting()
83 private final Optional<ImmutableSet<BindingGraphPlugin>> testingPlugins; field in ComponentProcessor
91 Optional<ImmutableSet<BindingGraphPlugin>> testingPlugins, in ComponentProcessor()
DDelegateComponentProcessor.java85 Optional<ImmutableSet<BindingGraphPlugin>> testingPlugins, in initialize()