Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DParcel.java309 private static final int VAL_PARCELABLE = 4; // length-prefixed field in Parcel
2396 return VAL_PARCELABLE; in getValueType()
2484 case VAL_PARCELABLE: in writeValue()
4620 case VAL_PARCELABLE: in readValue()
4769 case VAL_PARCELABLE: in isLengthPrefixed()
5522 case VAL_PARCELABLE: return "VAL_PARCELABLE"; in valueTypeToString()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37953 Landroid/os/Parcel;->VAL_PARCELABLE:I