Searched refs:FRAGMENTS_TAG (Results 1 – 4 of 4) sorted by relevance
26 public static final String FRAGMENTS_TAG = "android:fragments"; field in ShadowFragmentActivity36 if (bundle != null && bundle.containsKey(FRAGMENTS_TAG)) { in onCreate()37 Object[] fragments = (Object[]) bundle.getSerializable(FRAGMENTS_TAG); in onCreate()87 outState.putSerializable(FRAGMENTS_TAG, fragmentStates.toArray()); in onSaveInstanceState()
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()
117 … Object[] fragments = (Object[]) bundle.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG); in getFragment()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...