Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DSandboxFactory.java32 InstrumentationConfiguration instrumentationConfig, SdkConfig sdkConfig, in getSdkEnvironment() argument
34 SandboxKey key = new SandboxKey(sdkConfig, instrumentationConfig, useLegacyResources); in getSdkEnvironment()
40 ClassLoader robolectricClassLoader = createClassLoader(instrumentationConfig, urls); in getSdkEnvironment()
54 …public ClassLoader createClassLoader(InstrumentationConfiguration instrumentationConfig, URL... ur… in createClassLoader() argument
55 return new SandboxClassLoader(ClassLoader.getSystemClassLoader(), instrumentationConfig, urls); in createClassLoader()