Obviously I'm not a lawyer and I have no specific experience with the Apache License, but my guess is that you should be fine. The Apache License does not enforce copyleft, which normally means that you can code licensed that way in closed-source projects. There are usually exceptions to that based on how you are using the code, so I would recommend that you:
- Read the actual disclaimer in the source code files. Sometimes developers use Apache License + their own provisions, in which case you would have to comply with those requirements too.
- Read the Apache License. There should be a link to it in the source code.
If you are still unsure, ask a lawyer or contact the developer.
EDIT: I noticed you said that you copied the functions in and modified one of them. Those kind of uses are more likely to fall into grey areas than simply calling methods. So make sure you read the license. Contrary to popular belief, software licenses can often be read by mortals.
EDIT 2: I think the Apache License also requires you to include whatever disclaimer came with the original software in some form.