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

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DContentSettingsAdapter.java464 public synchronized void setAppCachePath(String appCachePath) { argument
465 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setAppCachePath=" + appCachePath);
466 mAwSettings.setAppCachePath(appCachePath);
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java1163 * @param appCachePath a String path to the directory containing
1167 public synchronized void setAppCachePath(String appCachePath) { argument

Completed in 336 milliseconds