Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DParcel.java215 private static final int VAL_PARCELABLE = 4; field in Parcel
1400 writeInt(VAL_PARCELABLE); in writeValue()
2363 case VAL_PARCELABLE: in readValue()