Searched refs:getStability (Results 1 – 7 of 7) sorted by relevance
100 public @Parcelable.Stability int getStability() { in getStability() method in ParcelableHolder131 if (p != null && this.getStability() > p.getStability()) { in setParcelable()134 + "The ParcelableHolder's stability is " + this.getStability() in setParcelable()135 + ", but the parcelable's stability is " + p.getStability()); in setParcelable()
195 default @Stability int getStability() { in getStability() method
66 if (p && this->getStability() > p->getStability()) { in setParcelable()113 Stability getStability() const override { return mStability; } in getStability() function
70 virtual Stability getStability() const { return Stability::STABILITY_LOCAL; } in getStability() function
30 RETURN_ON_FAILURE(p->writeInt32(static_cast<int32_t>(this->getStability()))); in writeToParcel()
10960 method public default int getStability();10969 method public int getStability();