Searched refs:INVALID_SIM_STATE (Results 1 – 2 of 2) sorted by relevance
73 INVALID_SIM_STATE, enumConstant221 case RILConstants.INVALID_SIM_STATE: in fromRilErrno()222 return new CommandException(Error.INVALID_SIM_STATE); in fromRilErrno()
86 int INVALID_SIM_STATE = 45; /* Can not process the request in current SIM state */ field