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

/frameworks/base/core/java/android/webkit/
H A DCacheManager.java73 // trim the cache on a timer base too. endCacheTransaction() is called on a
261 mDataBase.endCacheTransaction();
276 boolean ret = mDataBase.endCacheTransaction();
285 // make sure to call startCacheTransaction/endCacheTransaction in pair
295 // make sure to call startCacheTransaction/endCacheTransaction in pair
300 public static boolean endCacheTransaction() { method in class:CacheManager
H A DWebViewDatabase.java598 boolean endCacheTransaction() { method in class:WebViewDatabase
602 Log.w(LOGTAG, "endCacheTransaction should be called from "

Completed in 51 milliseconds