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()
730 ResourceRepository frameworkRes = mConfigChooser.getClient().getFrameworkResources(); in checkThemePrefix() local731 if (frameworkRes != null in checkThemePrefix()732 && frameworkRes.hasResourceItem(ANDROID_STYLE_RESOURCE_PREFIX + mTheme)) { in checkThemePrefix()
1754 ResourceRepository frameworkRes = mClient.getFrameworkResources( in updateThemes() local1808 if (frameworkRes != null) { in updateThemes()1811 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()
840 ResourceRepository frameworkRes = getFrameworkResources(); in getConfiguredFrameworkResources() local842 if (frameworkRes == null) { in getConfiguredFrameworkResources()846 mConfiguredFrameworkRes = frameworkRes.getConfiguredResources( in getConfiguredFrameworkResources()