Searched refs:frameworkRes (Results 1 – 5 of 5) sorted by relevance
491 FolderWrapper frameworkRes = new FolderWrapper(osResourcesPath); in loadFrameworkResources() local492 if (frameworkRes.exists()) { in loadFrameworkResources()493 FrameworkResources resources = new FrameworkResources(frameworkRes); in loadFrameworkResources()
702 ResourceRepository frameworkRes = mConfigChooser.getClient().getFrameworkResources(); in checkThemePrefix() local703 if (frameworkRes != null in checkThemePrefix()704 && frameworkRes.hasResourceItem(ANDROID_STYLE_RESOURCE_PREFIX + mTheme)) { in checkThemePrefix()
1751 ResourceRepository frameworkRes = mClient.getFrameworkResources( in updateThemes() local1805 if (frameworkRes != null) { in updateThemes()1808 frameworkRes.getConfiguredResources(mConfiguration.getFullConfig()); in updateThemes()
618 ResourceRepository frameworkRes = null; in getResourceResolver() local628 frameworkRes = data.getFrameworkResources(); in getResourceResolver()629 configuredFrameworkRes = frameworkRes.getConfiguredResources(config); in getResourceResolver()645 if (frameworkRes.hasResourceItem(ANDROID_STYLE_RESOURCE_PREFIX + theme)) { in getResourceResolver()
833 ResourceRepository frameworkRes = getFrameworkResources(); in getConfiguredFrameworkResources() local835 if (frameworkRes == null) { in getConfiguredFrameworkResources()839 mConfiguredFrameworkRes = frameworkRes.getConfiguredResources( in getConfiguredFrameworkResources()