Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResourceMerger.java13 List<ResourcePath> allResourcePaths = appManifest.getIncludedResourcePaths(); in buildResourceTable() local
14 for (ResourcePath resourcePath : allResourcePaths) { in buildResourceTable()
21 allResourcePaths.toArray(new ResourcePath[allResourcePaths.size()])); in buildResourceTable()