HomeSort by relevance Sort by last modified time
    Searched refs:webViewOnUiThread (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 31 import android.webkit.cts.WebViewOnUiThread;
225 WebViewOnUiThread webViewOnUiThread;
228 webViewOnUiThread = new WebViewOnUiThread(EmojiTest.this, getActivity().getWebView());
233 webViewOnUiThread.loadDataAndWaitForCompletion("<html><body>" + String.valueOf(c) + "</body></html>",
244 Picture picture = webViewOnUiThread.capturePicture();
  /cts/tests/tests/webkit/src/android/webkit/cts/
GeolocationTest.java 41 import android.webkit.cts.WebViewOnUiThread.WaitForLoadedClient;
42 import android.webkit.cts.WebViewOnUiThread.WaitForProgressClient;
107 private WebViewOnUiThread mOnUiThread;
116 // Both this test and WebViewOnUiThread need to override some of the methods on WebViewClient,
117 // so this test sublclasses the WebViewClient from WebViewOnUiThread
120 public InterceptClient(WebViewOnUiThread webViewOnUiThread) throws Exception {
121 super(webViewOnUiThread);
146 mOnUiThread = new WebViewOnUiThread(this, webview);
271 // WebViewOnUiThread to detect when the page is loaded, so subclassing the one used there
    [all...]
WebViewClientTest.java 36 import android.webkit.cts.WebViewOnUiThread.WaitForLoadedClient;
47 private WebViewOnUiThread mOnUiThread;
67 mOnUiThread = new WebViewOnUiThread(this, webview);
154 WebViewOnUiThread childWebViewOnUiThread = new WebViewOnUiThread(this, childWebView);
169 private void clickOnLinkUsingJs(final String linkId, WebViewOnUiThread webViewOnUiThread) {
171 webViewOnUiThread.evaluateJavascript(

Completed in 247 milliseconds