Searched refs:oldResult (Results 1 – 1 of 1) sorted by relevance
730 CacheResult oldResult = mDataBase.getCache(url); in setupFiles() local731 if (oldResult != null && oldResult.contentLength > 0) { in setupFiles()732 if (path.equals(oldResult.localPath)) { in setupFiles()733 path = oldResult.localPath; in setupFiles()735 path = oldResult.localPath; in setupFiles()