Searched defs:appResourceTable (Results 1 – 4 of 4) sorted by relevance
15 private ResourceTable appResourceTable; field in ResourceTableFactoryTest
10 private final ResourceTable appResourceTable; field in StyleResolver16 …public StyleResolver(ResourceTable appResourceTable, ResourceTable systemResourceTable, StyleData … in StyleResolver()
31 private static ResourceTable appResourceTable; field in RuntimeEnvironment183 public static void setAppResourceTable(ResourceTable appResourceTable) { in setAppResourceTable()
253 PackageResourceTable appResourceTable = apkLoader.getAppResourceTable(appManifest); in injectResourceStuffForLegacy() local