Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassHandler.java73 MethodHandle getShadowCreator(Class<?> theClass); in getShadowCreator() method
DRobolectricInternals.java33 public static MethodHandle getShadowCreator(Class<?> caller) { in getShadowCreator() method in RobolectricInternals