Searched refs:getStability (Results 1 – 8 of 8) 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()
194 default @Stability int getStability() { in getStability() method
64 if (p && this->getStability() > p->getStability()) { in setParcelable()111 Stability getStability() const override { return mStability; } in getStability() function
68 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()
262 method public default int getStability();
8395 method public int getStability();