Searched refs:ShadowFragmentActivity (Results 1 – 4 of 4) sorted by relevance
84 assertTrue(outState.containsKey(ShadowFragmentActivity.FRAGMENTS_TAG)); in onSaveInstanceState_shouldStoreListOfFragments()86 Object[] states = (Object[]) outState.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG); in onSaveInstanceState_shouldStoreListOfFragments()112 bundle.putSerializable(ShadowFragmentActivity.FRAGMENTS_TAG, new Object[]{fragmentState}); in onCreate_shouldRecreateFragments()134 bundle.putSerializable(ShadowFragmentActivity.FRAGMENTS_TAG, new Object[]{fragmentState}); in onStart_shouldStartFragments()
12 import com.xtremelabs.robolectric.shadows.ShadowFragmentActivity;117 … Object[] fragments = (Object[]) bundle.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG); in getFragment()
21 public class ShadowFragmentActivity extends ShadowActivity { class
207 ShadowFragmentActivity.class, in getDefaultShadowClasses()641 public static ShadowFragmentActivity shadowOf(FragmentActivity instance) { in shadowOf()642 return (ShadowFragmentActivity) shadowOf_(instance); in shadowOf()