Searched refs:PARCELABLE_ELIDE_DUPLICATES (Results 1 – 3 of 3) sorted by relevance
95 PARCELABLE_ELIDE_DUPLICATES,118 public static final int PARCELABLE_ELIDE_DUPLICATES = 0x0002; field
8195 dest.writeParcelable(info, flags | Parcelable.PARCELABLE_ELIDE_DUPLICATES); in writeToParcel()8301 dest.writeParcelable(info, flags | Parcelable.PARCELABLE_ELIDE_DUPLICATES); in writeToParcel()8400 dest.writeParcelable(info, flags | Parcelable.PARCELABLE_ELIDE_DUPLICATES); in writeToParcel()
37333 Landroid/os/Parcelable;->PARCELABLE_ELIDE_DUPLICATES:I