Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DGenerators.java79 constructors.forEach(constructor -> builder.addMethod(copyConstructor(constructor, body))); in copyConstructors()
119 static MethodSpec copyConstructor(ExecutableElement constructor) { in copyConstructor() method in Generators
120 return copyConstructor(constructor, CodeBlock.builder().build()); in copyConstructor()
123 private static MethodSpec copyConstructor(ExecutableElement constructor, CodeBlock body) { in copyConstructor() method in Generators
DViewGenerator.java118 Generators.copyConstructor(constructorElement).toBuilder(); in constructorMethod()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPictureTest.java22 public void copyConstructor() { in copyConstructor() method in ShadowPictureTest