OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getThemeResource
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java
82
assertEquals(mActivityInfo.applicationInfo.theme, mActivityInfo.
getThemeResource
());
84
assertEquals(mActivityInfo.theme, mActivityInfo.
getThemeResource
());
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowActivity.java
243
int theme = activityInfo.
getThemeResource
();
Completed in 2418 milliseconds