Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java43 TestActivity activity = buildActivity(TestActivityWithAnotherTheme.class).create().get(); in whenExplicitlySetOnActivity_afterSetContentView_activityGetsThemeFromActivityInManifest()
51 …ActivityController<TestActivityWithAnotherTheme> activityController = buildActivity(TestActivityWi… in whenExplicitlySetOnActivity_beforeSetContentView_activityUsesNewTheme()
61 TestActivity activity = buildActivity(TestActivityWithAnotherTheme.class).create().get(); in whenSetOnActivityInManifest_activityGetsThemeFromActivityInManifest()
75 TestActivity activity = buildActivity(TestActivityWithAnotherTheme.class).create().get(); in shouldResolveReferencesThatStartWithAQuestionMark()
277 public static class TestActivityWithAnotherTheme extends TestActivity { class in ShadowThemeTest
DShadowActivityTest.java1103 public static class TestActivityWithAnotherTheme extends ShadowThemeTest.TestActivity { class in ShadowActivityTest