Home
last modified time | relevance | path

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

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPictureTest.java22 public void copyConstructor() { in copyConstructor() method in ShadowPictureTest
/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.java130 static MethodSpec copyConstructor(ExecutableElement constructor) { in copyConstructor() method in Generators
134 private static MethodSpec copyConstructor(ExecutableElement constructor, CodeBlock body) { in copyConstructor() method in Generators
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java222 Function<T, T> copyConstructor) in getComponentInfo() argument
547 T[] components, long flags, int activationFlag, Function<T, T> copyConstructor) { in applyFlagsToComponentInfoList() argument
625 Function<I, I> copyConstructor) { in queryIntentComponents() argument