Searched refs:getCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DCacheManager.java325 CacheResult result = mDataBase.getCache(databaseKey);
618 // same as the hash file. As mDataBase.getCache() is more
624 CacheResult oldResult = mDataBase.getCache(url);
H A DWebViewDatabase.java622 CacheResult getCache(String url) { method in class:WebViewDatabase
650 Log.e(LOGTAG, "getCache", e);

Completed in 36 milliseconds