Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/
DJarInstrumentor.java29 private final ShadowDecorator shadowDecorator; field in JarInstrumentor
34 shadowDecorator = new ShadowDecorator(); in JarInstrumentor()
35 classInstrumentor = new OldClassInstrumentor(shadowDecorator); in JarInstrumentor()