Searched refs:INTERNAL_ERR (Results 1 – 3 of 3) sorted by relevance
65 INTERNAL_ERR, enumConstant206 case RILConstants.INTERNAL_ERR: in fromRilErrno()207 return new CommandException(Error.INTERNAL_ERR); in fromRilErrno()
265 case RadioError.INTERNAL_ERR: in rilErrorToScanError()297 case INTERNAL_ERR: in commandExceptionErrorToScanError()
80 int INTERNAL_ERR = 38; /* Hit unexpected vendor internal error scenario */ field