Searched refs:EX_ILLEGAL_STATE (Results 1 – 7 of 7) sorted by relevance
133 case Status::EX_ILLEGAL_STATE: in PruneException()134 return EX_ILLEGAL_STATE; in PruneException()
203 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str()); in addFile()214 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str()); in addFile()
71 EX_ILLEGAL_STATE = -5, enumerator
62 EX_ILLEGAL_STATE = -5, enumerator
74 EXCEPTION_TO_CASE(EX_ILLEGAL_STATE) in exceptionToString()
265 private static final int EX_ILLEGAL_STATE = -5; field in Parcel1884 code = EX_ILLEGAL_STATE; in writeException()2078 case EX_ILLEGAL_STATE: in createException()
55454 Landroid/os/Parcel;->EX_ILLEGAL_STATE:I