Searched refs:EX_ILLEGAL_STATE (Results 1 – 10 of 10) sorted by relevance
213 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in addService()280 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in registerForNotifications()312 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in unregisterForNotifications()411 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in registerClientCallback()530 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()543 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()548 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()563 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()
366 Status::EX_ILLEGAL_STATE); in TEST()
144 case Status::EX_ILLEGAL_STATE: in PruneException()145 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()
72 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 Parcel1889 code = EX_ILLEGAL_STATE; in writeException()2083 case EX_ILLEGAL_STATE: in createException()
51722 Landroid/os/Parcel;->EX_ILLEGAL_STATE:I