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.java690 invoker.call("onPause").withNothing(); in recreate()
691 invoker.call("onStop").withNothing(); in recreate()
693 Object nonConfigInstance = invoker.call("onRetainNonConfigurationInstance").withNothing(); in recreate()
696 invoker.call("onDestroy").withNothing(); in recreate()
698 invoker.call("onStart").withNothing(); in recreate()
700 invoker.call("onResume").withNothing(); in recreate()
792 public Object withNothing() { in withNothing() method in ShadowActivity.ActivityInvoker