Searched refs:INTERNAL_ERR (Results 1 – 8 of 8) sorted by relevance
75 INTERNAL_ERR, enumConstant224 case RILConstants.INTERNAL_ERR: in fromRilErrno()225 return new CommandException(Error.INTERNAL_ERR); in fromRilErrno()
333 case RadioError.INTERNAL_ERR: in rilErrorToScanError()365 case INTERNAL_ERR: in commandExceptionErrorToScanError()
1556 case INTERNAL_ERR: in handleMessage()
1002 case INTERNAL_ERR: in rilErrorToSmsManagerResult()
79 int INTERNAL_ERR = 38; /* Hit unexpected vendor internal error field
461 || (error == CommandException.Error.INTERNAL_ERR in shouldRetry()
288 new CommandException(CommandException.Error.INTERNAL_ERR)); in testRetryARAM_shouldRetry()
1361 } else if (err.getCommandError() == CommandException.Error.INTERNAL_ERR) { in getMmiErrorMessage()