Searched refs:INTERNAL_ERR (Results 1 – 8 of 8) sorted by relevance
74 INTERNAL_ERR, enumConstant218 case RILConstants.INTERNAL_ERR: in fromRilErrno()219 return new CommandException(Error.INTERNAL_ERR); in fromRilErrno()
327 case RadioError.INTERNAL_ERR: in rilErrorToScanError()359 case INTERNAL_ERR: in commandExceptionErrorToScanError()
1513 case INTERNAL_ERR: in handleMessage()
831 case INTERNAL_ERR: in rilErrorToSmsManagerResult()
74 int INTERNAL_ERR = 38; /* Hit unexpected vendor internal error scenario */ field
449 || (error == CommandException.Error.INTERNAL_ERR in shouldRetry()
278 new CommandException(CommandException.Error.INTERNAL_ERR)); in testRetryARAM_shouldRetry()
1312 } else if (err.getCommandError() == CommandException.Error.INTERNAL_ERR) { in getMmiErrorMessage()