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