Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DStatus.h57 EX_BAD_PARCELABLE = -2, enumerator
/frameworks/base/core/java/android/os/
DParcel.java245 private static final int EX_BAD_PARCELABLE = -2; field in Parcel
1561 code = EX_BAD_PARCELABLE; in writeException()
1685 case EX_BAD_PARCELABLE: in readException()