Home
last modified time | relevance | path

Searched defs:theButton (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java45 Button theButton = (Button) activity.findViewById(R.id.button); in whenExplicitlySetOnActivity_afterSetContentView_activityGetsThemeFromActivityInManifest() local
55 Button theButton = (Button) activity.findViewById(R.id.button); in whenExplicitlySetOnActivity_beforeSetContentView_activityUsesNewTheme() local
62 Button theButton = (Button) activity.findViewById(R.id.button); in whenSetOnActivityInManifest_activityGetsThemeFromActivityInManifest() local
69 Button theButton = (Button) activity.findViewById(R.id.button); in whenNotSetOnActivityInManifest_activityGetsThemeFromApplicationInManifest() local
76 Button theButton = (Button) activity.findViewById(R.id.button); in shouldResolveReferencesThatStartWithAQuestionMark() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java57 Button theButton = activity.findViewById(R.id.button); in whenExplicitlySetOnActivity_afterSetContentView_activityGetsThemeFromActivityInManifest() local
68 Button theButton = activity.findViewById(R.id.button); in whenExplicitlySetOnActivity_beforeSetContentView_activityUsesNewTheme() local
76 Button theButton = activity.findViewById(R.id.button); in whenSetOnActivityInManifest_activityGetsThemeFromActivityInManifest() local
84 Button theButton = activity.findViewById(R.id.button); in whenNotSetOnActivityInManifest_activityGetsThemeFromApplicationInManifest() local
92 Button theButton = activity.findViewById(R.id.button); in shouldResolveReferencesThatStartWithAQuestionMark() local