Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResourceMerger.java12 ResourcePath appResourcePath = appManifest.getResourcePath(); in buildResourceTable() local
15 if (!resourcePath.equals(appResourcePath) && resourcePath.getRClass() != null) { in buildResourceTable()