Searched defs:CacheResult (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DCacheManager.java97 public static class CacheResult { class in class:CacheManager
243 * Get the base directory of the cache. Together with the local path of the CacheResult,
244 * obtained from {@link android.webkit.CacheManager.CacheResult#getLocalPath}, this
354 * Given a URL, returns the corresponding CacheResult if it exists, or null otherwise.
361 * @return The CacheResult for the given URL
366 public static CacheResult getCacheFile(String url,
371 static CacheResult getCacheFile(String url, long postIdentifier,
378 CacheResult result = nativeGetCacheResult(url);
399 CacheResult result = mDataBase.getCache(databaseKey);
449 * Given a url and its full headers, returns CacheResult i
[all...]

Completed in 58 milliseconds