Home
last modified time | relevance | path

Searched refs:themeRef (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DAndroidManifest.java46 private String themeRef; field in AndroidManifest
123 String themeRef = activityData != null ? activityData.getThemeRef() : null; in getThemeRef() local
124 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()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DLegacyManifestParser.java187 String themeRef; in createPackage() local
191 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()