Searched refs:themePackages (Results 1 – 4 of 4) sorted by relevance
202 Map<String, String> themePackages = customThemeManager.getOverlayPackages(); in isActive() local204 return themePackages.get(OVERLAY_CATEGORY_ICON_SYSUI) == null && in isActive()205 themePackages.get(OVERLAY_CATEGORY_ICON_SETTINGS) == null && in isActive()206 themePackages.get(OVERLAY_CATEGORY_ICON_ANDROID) == null && in isActive()207 themePackages.get(OVERLAY_CATEGORY_ICON_LAUNCHER) == null && in isActive()208 themePackages.get(OVERLAY_CATEGORY_ICON_THEMEPICKER) == null; in isActive()212 themePackages.get(overlayEntry.getKey()))) { in isActive()
67 List<String> themePackages = manager.getOverlayPackagesForCategory( in ColorOptionsProvider() local69 mDefaultThemePackage = themePackages.isEmpty() ? null : themePackages.get(0); in ColorOptionsProvider()
147 String[] themePackages = getAvailableThemes(true /* currentThemeOnly */); in getCurrentTheme() local148 return themePackages.length < 1 ? null : themePackages[0]; in getCurrentTheme()