Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DParcel.java247 private static final int VAL_PARCELABLEARRAY = 16; field in Parcel
1853 writeInt(VAL_PARCELABLEARRAY); in writeValue()
3227 case VAL_PARCELABLEARRAY: in readValue()