Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowProgressDialogTest.java35 shadow.callOnCreate(null); in shouldPutTheMessageIntoTheView()
84 shadow.callOnCreate(null); in horizontalStyle_shouldGetMessage()
95 shadow.callOnCreate(null); in spinnerStyle_shouldGetMessage()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDialog.java148 public void callOnCreate(Bundle bundle) { in callOnCreate() method in ShadowDialog