Searched refs:EX_PARCELABLE (Results 1 – 6 of 6) sorted by relevance
78 EXCEPTION_TO_CASE(EX_PARCELABLE) in exceptionToString()159 } else if (mException == EX_PARCELABLE) { in readFromParcel()205 } else if (mException == EX_PARCELABLE) { in writeToParcel()
152 case Status::EX_PARCELABLE: in PruneException()153 return EX_PARCELABLE; in PruneException()
75 EX_PARCELABLE = -9, enumerator
66 EX_PARCELABLE = -9, enumerator
271 private static final int EX_PARCELABLE = -9; field in Parcel2173 case EX_PARCELABLE: in writeException()2193 code = EX_PARCELABLE; in getExceptionCode()2366 case EX_PARCELABLE: in createExceptionOrNull()