Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityTest.java431ActivityWithOnCreateDialog activity = Robolectric.setupActivity(ActivityWithOnCreateDialog.class); in shouldCallOnCreateDialogFromShowDialog()
1024 private static class ActivityWithOnCreateDialog extends Activity { class in ShadowActivityTest