Home
last modified time | relevance | path

Searched refs:appcache (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewBrowserActivity.java573 File appcache = null; in initializeSettings() local
577 appcache = getDir("appcache", 0); in initializeSettings()
584 settings.setAppCachePath(appcache.getPath()); in initializeSettings()