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()
141 case Status::EX_PARCELABLE: in PruneException()142 return EX_PARCELABLE; in PruneException()
75 EX_PARCELABLE = -9, enumerator
66 EX_PARCELABLE = -9, enumerator
269 private static final int EX_PARCELABLE = -9; field in Parcel1874 code = EX_PARCELABLE; in writeException()1926 case EX_PARCELABLE: in writeException()2064 case EX_PARCELABLE: in createException()
55457 Landroid/os/Parcel;->EX_PARCELABLE:I