Searched refs:EX_NULL_POINTER (Results 1 – 9 of 9) sorted by relevance
131 case Status::EX_NULL_POINTER: in PruneException()132 return EX_NULL_POINTER; in PruneException()
70 EX_NULL_POINTER = -4, enumerator
61 EX_NULL_POINTER = -4, enumerator
226 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service"); in add()
73 EXCEPTION_TO_CASE(EX_NULL_POINTER) in exceptionToString()
56 return Return<R>{Status::fromExceptionCode(Status::EX_NULL_POINTER)}; in NullptrStatus()
264 private static final int EX_NULL_POINTER = -4; field in Parcel1882 code = EX_NULL_POINTER; in writeException()2076 case EX_NULL_POINTER: in createException()
1096 Status::EX_NULL_POINTER, in statsCompanionReady()
55456 Landroid/os/Parcel;->EX_NULL_POINTER:I