Searched refs:clearHistory (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java218 public void clearHistory() { method in class:SearchRecentSuggestions
H A DBrowser.java450 public static final void clearHistory(ContentResolver cr) { method in class:Browser
496 clearHistory(cr);
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java202 public void clearHistory() { method in class:WebView
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java197 public void clearHistory(); method in interface:WebViewProvider
H A DWebView.java1471 public void clearHistory() { method in class:WebView
1473 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "clearHistory");
1474 mProvider.clearHistory();
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java258 mSearchHelper.clearHistory();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1171 public void clearHistory() { method in class:WebViewChromium
1176 clearHistory();
1181 mAwContents.clearHistory();

Completed in 108 milliseconds