Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DSandboxFactory.java60 private final InstrumentationConfiguration instrumentationConfiguration; field in SandboxFactory.SandboxKey
64 InstrumentationConfiguration instrumentationConfiguration, boolean useLegacyResources) { in SandboxKey()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/
DJarInstrumentor.java28 private final InstrumentationConfiguration instrumentationConfiguration; field in JarInstrumentor