Searched defs:EX_BAD_PARCELABLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DStatus.h58 EX_BAD_PARCELABLE = -2, enumerator in enum:android::binder::final::Exception
/frameworks/native/libs/binder/include/binder/
H A DStatus.h58 EX_BAD_PARCELABLE = -2, enumerator in enum:android::binder::final::Exception
/frameworks/base/core/java/android/os/
H A DParcel.java250 private static final int EX_BAD_PARCELABLE = -2; field in class:Parcel
1800 code = EX_BAD_PARCELABLE;
1943 case EX_BAD_PARCELABLE:

Completed in 207 milliseconds