Searched refs:recreateActivity (Results 1 – 3 of 3) sorted by relevance
61 LoaderActivity activity = FragmentTestUtil.recreateActivity(mActivityRule, in testLeak()82 activity = FragmentTestUtil.recreateActivity(mActivityRule, activity); in testLeak()105 activity = FragmentTestUtil.recreateActivity(mActivityRule, activity); in startWhenReused()
42 ConfigOnStopActivity activity = FragmentTestUtil.recreateActivity(mActivityRule, in configStop()
225 public static <T extends RecreatedActivity> T recreateActivity( in recreateActivity() method in FragmentTestUtil