Searched refs:instrumentationConfig (Results 1 – 1 of 1) sorted by relevance
32 InstrumentationConfiguration instrumentationConfig, SdkConfig sdkConfig, in getSdkEnvironment() argument34 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() argument55 return new SandboxClassLoader(ClassLoader.getSystemClassLoader(), instrumentationConfig, urls); in createClassLoader()