Home
last modified time | relevance | path

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

/external/robolectric/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.java170 static MethodSpec copyConstructor(XConstructorElement constructor) { in copyConstructor() method in Generators
174 private static MethodSpec copyConstructor(XConstructorElement constructor, CodeBlock body) { in copyConstructor() method in Generators
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplicationPackageManager.java229 Function<T, T> copyConstructor) in getComponentInfo() argument
556 T[] components, long flags, int activationFlag, Function<T, T> copyConstructor) { in applyFlagsToComponentInfoList() argument
641 Function<I, I> copyConstructor) { in queryIntentComponents() argument