Searched refs:clearCache (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DDeviceStorageMonitorService.java178 private final void clearCache() { method in class:DeviceStorageMonitorService
197 //finished clearing cache. Ideally this flag could be modified by clearCache
221 clearCache();
244 private void postCheckMemoryMsg(boolean clearCache, long delay) { argument
248 clearCache ?_TRUE : _FALSE, 0),
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java204 public void clearCache() { method in class:WebView
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java122 webView.clearCache(true);
139 webView.clearCache(true);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java126 webView.clearCache(true);
143 webView.clearCache(true);
H A DLoadTestsAutoTest.java76 activity.clearCache();
H A DTestShellActivity.java112 public void clearCache() { method in class:TestShellActivity
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java517 final Runnable clearCache = new Runnable() {
536 new Thread(clearCache).start();
580 static void clearCache() { method in class:CacheManager
582 mDataBase.clearCache();
H A DWebViewWorker.java194 CacheManager.clearCache();
H A DCookieManager.java501 final Runnable clearCache = new Runnable() {
520 new Thread(clearCache).start();
527 final Runnable clearCache = new Runnable() {
536 new Thread(clearCache).start();
550 final Runnable clearCache = new Runnable() {
572 new Thread(clearCache).start();
H A DWebViewCore.java1082 clearCache(false);
1106 clearCache(msg.arg1 == 1);
1553 private void clearCache(boolean includeDiskFiles) { method in class:WebViewCore
1554 mBrowserFrame.clearCache();
H A DBrowserFrame.java958 public native void clearCache(); method in class:BrowserFrame
H A DWebViewDatabase.java702 void clearCache() { method in class:WebViewDatabase
H A DWebView.java2596 public void clearCache(boolean includeDiskFiles) { method in class:WebView
/frameworks/base/media/libstagefright/
H A DMPEG4Extractor.cpp118 void clearCache();
132 clearCache();
135 void MPEG4DataSource::clearCache() { function in class:android::MPEG4DataSource
172 clearCache();
186 clearCache();

Completed in 284 milliseconds