Home
last modified time | relevance | path

Searched refs:ILLEGAL_STATE (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Derror.rs80 e if e == ExceptionCode::ILLEGAL_STATE as i32 => ExceptionCode::ILLEGAL_STATE, in parse_exception_code()
480 let status = Status::new_exception_str(ExceptionCode::ILLEGAL_STATE, Some("message")); in make_exception()
483 assert_eq!(status.exception_code(), ExceptionCode::ILLEGAL_STATE); in make_exception()
490 let status = Status::new_exception_str(ExceptionCode::ILLEGAL_STATE, Some("one\0two")); in make_exception_null()
493 assert_eq!(status.exception_code(), ExceptionCode::ILLEGAL_STATE); in make_exception_null()
531 Err("message").or_binder_exception(ExceptionCode::ILLEGAL_STATE); in convert_to_binder_exception()
535 assert_eq!(status.exception_code(), ExceptionCode::ILLEGAL_STATE); in convert_to_binder_exception()
546 .or_binder_exception_with(ExceptionCode::ILLEGAL_STATE, |e| { in convert_to_binder_exception_with()
552 assert_eq!(status.exception_code(), ExceptionCode::ILLEGAL_STATE); in convert_to_binder_exception_with()
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp61 ILLEGAL_STATE = EX_ILLEGAL_STATE, enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataEvaluation.java347 ILLEGAL_STATE(true), enumConstant
DDataNetworkController.java2272 dataEvaluation.addDataDisallowedReason(DataDisallowedReason.ILLEGAL_STATE); in evaluateDataNetworkHandover()
2433 case ILLEGAL_STATE: in getTearDownReason()
3615 } else if (dataEvaluation.containsAny(DataDisallowedReason.ILLEGAL_STATE, in tryHandoverDataNetwork()