OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShadowResources
(Results
1 - 7
of
7
) sorted by null
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResources.java
36
public class
ShadowResources
{
43
ShadowResources
shadowResources
= shadowOf(resources);
44
if (
shadowResources
.resourceLoader != null) throw new RuntimeException("ResourceLoader already set!");
45
shadowResources
.resourceLoader = resourceLoader;
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
Completed in 176 milliseconds