Home
last modified time | relevance | path

Searched refs:injectionMethod (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/
DInjectionMethods.java153 InjectionMethod.Builder injectionMethod = in constructorProxy() local
159 injectionMethod in constructorProxy()
163 CodeBlock arguments = injectionMethod.copyParameters(constructor); in constructorProxy()
164 injectionMethod in constructorProxy()
167 return injectionMethod.build(); in constructorProxy()
484 InjectionMethod.Builder injectionMethod = in methodProxy() local
489 injectionMethod.addParameter( in methodProxy()
493 CodeBlock arguments = injectionMethod.copyParameters(method); in methodProxy()
495 injectionMethod in methodProxy()
498 injectionMethod.methodBodyBuilder().add("return "); in methodProxy()
[all …]