Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java652 invoker.call("onPause").withNothing(); in recreate()
653 invoker.call("onStop").withNothing(); in recreate()
655 Object nonConfigInstance = invoker.call("onRetainNonConfigurationInstance").withNothing(); in recreate()
658 invoker.call("onDestroy").withNothing(); in recreate()
660 invoker.call("onStart").withNothing(); in recreate()
662 invoker.call("onResume").withNothing(); in recreate()
754 public Object withNothing() { in withNothing() method in ShadowActivity.ActivityInvoker