Searched refs:INTERNAL_ERR (Results 1 – 8 of 8) sorted by relevance
75 INTERNAL_ERR, enumConstant235 case RILConstants.INTERNAL_ERR: in fromRilErrno()236 return new CommandException(Error.INTERNAL_ERR); in fromRilErrno()
342 case RadioError.INTERNAL_ERR: in rilErrorToScanError()374 case INTERNAL_ERR: in commandExceptionErrorToScanError()
1582 case INTERNAL_ERR: in handleMessage()
1250 case INTERNAL_ERR: in rilErrorToSmsManagerResult()
79 int INTERNAL_ERR = 38; /* Hit unexpected vendor internal error field
411 || (error == CommandException.Error.INTERNAL_ERR in shouldRetry()
289 new CommandException(CommandException.Error.INTERNAL_ERR)); in testRetryARAM_shouldRetry()
1382 } else if (err.getCommandError() == CommandException.Error.INTERNAL_ERR) { in getMmiErrorMessage()