Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityTest.java291 …ActivityWithContentChangedTranscript customActivity = Robolectric.setupActivity(ActivityWithConten… in onContentChangedShouldBeCalledAfterContentViewIsSet() local
292 customActivity.setTranscript(transcript); in onContentChangedShouldBeCalledAfterContentViewIsSet()
293 customActivity.setContentView(R.layout.main); in onContentChangedShouldBeCalledAfterContentViewIsSet()