Searched defs:ParcelableHolder (Results 1 – 3 of 3) sorted by relevance
64 pub struct ParcelableHolder<STABILITY: StabilityType> { struct71 data: Mutex<ParcelableHolderData>, argument76 impl<STABILITY: StabilityType> ParcelableHolder<STABILITY> { impl169 impl<STABILITY: StabilityType> Default for ParcelableHolder<STABILITY> { implementation175 impl<STABILITY: StabilityType> Clone for ParcelableHolder<STABILITY> { implementation184 impl<STABILITY: StabilityType> Serialize for ParcelableHolder<STABILITY> { implementation191 impl<STABILITY: StabilityType> Deserialize for ParcelableHolder<STABILITY> { implementation212 impl<STABILITY: StabilityType> Parcelable for ParcelableHolder<STABILITY> { implementation
71 public final class ParcelableHolder implements Parcelable { class86 public ParcelableHolder(@Parcelable.Stability int stability) { in ParcelableHolder() method in ParcelableHolder90 private ParcelableHolder() { in ParcelableHolder() method in ParcelableHolder
35 explicit ParcelableHolder(Stability stability) : mStability(stability){} in ParcelableHolder() function37 ParcelableHolder(const ParcelableHolder& other) { in ParcelableHolder() function