Searched refs:compareThemes (Results 1 – 1 of 1) sorted by relevance
84 if (oldestSupportedTheme != null && compareThemes(theme, oldestSupportedTheme) < 0) { in resolve()156 private static int compareThemes(String theme1, String theme2) { in compareThemes() method in ThemeResolver