Home
last modified time | relevance | path

Searched refs:sHolderPool (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DParcel.java288 private static Parcel sHolderPool; field in Parcel
591 mPoolNext = sHolderPool; in recycle()
592 sHolderPool = this; in recycle()
5205 if (sHolderPool != null) { in obtain()
5206 res = sHolderPool; in obtain()
5207 sHolderPool = res.mPoolNext; in obtain()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37928 Landroid/os/Parcel;->sHolderPool:[Landroid/os/Parcel;