Searched refs:ExplodingParcelable (Results 1 – 1 of 1) sorted by relevance
297 a.putParcelable(Intent.EXTRA_SUBJECT, new ExplodingParcelable()); in testMerge_Parcelable_Custom()303 b.putParcelable(Intent.EXTRA_STREAM, new ExplodingParcelable()); in testMerge_Parcelable_Custom()316 ab.getParcelable(Intent.EXTRA_SUBJECT, ExplodingParcelable.class); in testMerge_Parcelable_Custom()319 ab.getParcelable(Intent.EXTRA_STREAM, ExplodingParcelable.class); in testMerge_Parcelable_Custom()423 public static class ExplodingParcelable implements Parcelable { class in BundleMergerTest424 public ExplodingParcelable() { in ExplodingParcelable() method in BundleMergerTest.ExplodingParcelable437 public static final Creator<ExplodingParcelable> CREATOR =438 new Creator<ExplodingParcelable>() {440 public ExplodingParcelable createFromParcel(Parcel in) {445 public ExplodingParcelable[] newArray(int size) {