Searched refs:EX_BAD_PARCELABLE (Results 1 – 9 of 9) sorted by relevance
138 case Status::EX_BAD_PARCELABLE: in PruneException()139 return EX_BAD_PARCELABLE; in PruneException()
58 ::android::binder::Status::EX_BAD_PARCELABLE, in onInputBufferEmptied()
69 EX_BAD_PARCELABLE = -2, enumerator
59 EX_BAD_PARCELABLE = -2, enumerator
71 EXCEPTION_TO_CASE(EX_BAD_PARCELABLE) in exceptionToString()
262 private static final int EX_BAD_PARCELABLE = -2; field in Parcel1883 code = EX_BAD_PARCELABLE; in writeException()2077 case EX_BAD_PARCELABLE: in createException()
51719 Landroid/os/Parcel;->EX_BAD_PARCELABLE:I