Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewProvider.java231 public boolean showFindDialog(String text, boolean showIme); in showFindDialog() method
DWebView.java1603 public boolean showFindDialog(@Nullable String text, boolean showIme) { in showFindDialog() method in WebView
1605 return mProvider.showFindDialog(text, showIme); in showFindDialog()
/frameworks/base/api/
Dsystem-current.txt10811 method public boolean showFindDialog(String, boolean);
Dcurrent.txt56133 method @Deprecated public boolean showFindDialog(@Nullable String, boolean);
/frameworks/base/non-updatable-api/
Dsystem-current.txt10709 method public boolean showFindDialog(String, boolean);
Dcurrent.txt55989 method @Deprecated public boolean showFindDialog(@Nullable String, boolean);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt36501 method public deprecated boolean showFindDialog(java.lang.String, boolean);