Searched refs:ExplodingParcelable (Results 1 – 1 of 1) sorted by relevance
338 a.putParcelable(Intent.EXTRA_SUBJECT, new ExplodingParcelable()); in testMerge_Parcelable_Custom()344 b.putParcelable(Intent.EXTRA_STREAM, new ExplodingParcelable()); in testMerge_Parcelable_Custom()357 ab.getParcelable(Intent.EXTRA_SUBJECT, ExplodingParcelable.class); in testMerge_Parcelable_Custom()360 ab.getParcelable(Intent.EXTRA_STREAM, ExplodingParcelable.class); in testMerge_Parcelable_Custom()464 public static class ExplodingParcelable implements Parcelable { class in BundleMergerTest465 public ExplodingParcelable() { in ExplodingParcelable() method in BundleMergerTest.ExplodingParcelable478 public static final Creator<ExplodingParcelable> CREATOR =479 new Creator<ExplodingParcelable>() {481 public ExplodingParcelable createFromParcel(Parcel in) {486 public ExplodingParcelable[] newArray(int size) {