Searched refs:appResourceTable (Results 1 – 4 of 4) sorted by relevance
15 private ResourceTable appResourceTable; field in ResourceTableFactoryTest21 appResourceTable = resourceTableFactory.newResourceTable("org.robolectric", in setUp()29 …assertThat(appResourceTable.getResourceId(new ResName("org.robolectric:mipmap/mipmap_reference")))… in shouldHandleMipmapReferences()34 …assertThat(appResourceTable.getResourceId(new ResName("org.robolectric:id/burritos"))).isEqualTo(R… in shouldHandleStyleable()35 …assertThat(appResourceTable.getResourceId(new ResName("org.robolectric:styleable/TitleBar_textStyl… in shouldHandleStyleable()46 …assertThat(appResourceTable.getResName(R.id.burritos).getFullyQualifiedName()).isEqualTo("org.robo… in shouldRetainPackageNameForFullyQualifiedQueries()
31 private static ResourceTable appResourceTable; field in RuntimeEnvironment183 public static void setAppResourceTable(ResourceTable appResourceTable) { in setAppResourceTable() argument184 RuntimeEnvironment.appResourceTable = appResourceTable; in setAppResourceTable()192 return appResourceTable; in getAppResourceTable()
10 private final ResourceTable appResourceTable; field in StyleResolver16 …public StyleResolver(ResourceTable appResourceTable, ResourceTable systemResourceTable, StyleData … in StyleResolver() argument18 this.appResourceTable = appResourceTable; in StyleResolver()91 …resourceProvider = "android".equals(styleRef.packageName) ? systemResourceTable : appResourceTable; in getParent()
253 PackageResourceTable appResourceTable = apkLoader.getAppResourceTable(appManifest); in injectResourceStuffForLegacy() local254 RoutingResourceTable combinedAppResourceTable = new RoutingResourceTable(appResourceTable, in injectResourceStuffForLegacy()259 new RoutingResourceTable(appResourceTable, compileTimeSdkResourceTable); in injectResourceStuffForLegacy()