Searched refs:themeRef (Results 1 – 2 of 2) sorted by relevance
46 private String themeRef; field in AndroidManifest123 String themeRef = activityData != null ? activityData.getThemeRef() : null; in getThemeRef() local124 if (themeRef == null) { in getThemeRef()125 themeRef = getThemeRef(); in getThemeRef()127 return themeRef; in getThemeRef()179 themeRef = applicationAttributes.get("android:theme"); in parseAndroidManifest()762 return themeRef; in getThemeRef()
187 String themeRef; in createPackage() local191 themeRef = data.getThemeRef(); in createPackage()193 themeRef = androidManifest.getThemeRef(); in createPackage()195 if (themeRef != null) { in createPackage()199 ResName.qualifyResName(themeRef.replace("@", ""), pkg.packageName, "style")); in createPackage()