Searched refs:TestActivityWithAnotherTheme (Results 1 – 2 of 2) sorted by relevance
43 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
1103 public static class TestActivityWithAnotherTheme extends ShadowThemeTest.TestActivity { class in ShadowActivityTest