Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPictureTest.java22 public void copyConstructor() { in copyConstructor() method in ShadowPictureTest
/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DGenerators.java119 static MethodSpec copyConstructor(ExecutableElement constructor) { in copyConstructor() method in Generators
123 private static MethodSpec copyConstructor(ExecutableElement constructor, CodeBlock body) { in copyConstructor() method in Generators