Searched refs:ShadowBundle (Results 1 – 2 of 2) sorted by relevance
21 public class ShadowBundle { class382 map.putAll(((ShadowBundle) Robolectric.shadowOf_(bundle)).map); in putAll()440 ShadowBundle that = (ShadowBundle) o; in equals()
159 ShadowBundle.class, in getDefaultShadowClasses()384 ShadowBundle.reset(); in resetStaticState()501 public static ShadowBundle shadowOf(Bundle instance) { in shadowOf()502 return (ShadowBundle) shadowOf_(instance); in shadowOf()