Searched refs:withNothing (Results 1 – 1 of 1) sorted by relevance
482 invoker.call("onStart").withNothing(); in create()484 invoker.call("onResume").withNothing(); in create()493 invoker.call("onPause").withNothing(); in recreate()494 invoker.call("onStop").withNothing(); in recreate()496 Object nonConfigInstance = invoker.call("onRetainNonConfigurationInstance").withNothing(); in recreate()499 invoker.call("onDestroy").withNothing(); in recreate()501 invoker.call("onStart").withNothing(); in recreate()503 invoker.call("onResume").withNothing(); in recreate()533 public Object withNothing() { in withNothing() method in ShadowActivity.ActivityInvoker