Searched refs:getSerializable (Results 1 – 5 of 5) sorted by relevance
37 Object[] fragments = (Object[]) bundle.getSerializable(FRAGMENTS_TAG); in onCreate()
208 public Serializable getSerializable(String key) { in getSerializable() method in ShadowBundle
407 return extras.getSerializable(name); in getSerializableExtra()
86 Object[] states = (Object[]) outState.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG); in onSaveInstanceState_shouldStoreListOfFragments()
117 … Object[] fragments = (Object[]) bundle.getSerializable(ShadowFragmentActivity.FRAGMENTS_TAG); in getFragment()