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

  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 28 import android.webkit.cts.WebViewOnUiThread;
215 WebViewOnUiThread webViewOnUiThread;
218 webViewOnUiThread = new WebViewOnUiThread(EmojiTest.this, getActivity().getWebView());
223 webViewOnUiThread.loadDataAndWaitForCompletion("<html><body>" + String.valueOf(c) + "</body></html>",
234 Picture picture = webViewOnUiThread.capturePicture();
  /cts/tests/tests/webkit/src/android/webkit/cts/
GeolocationTest.java 39 import android.webkit.cts.WebViewOnUiThread.WaitForLoadedClient;
40 import android.webkit.cts.WebViewOnUiThread.WaitForProgressClient;
105 private WebViewOnUiThread mOnUiThread;
114 // Both this test and WebViewOnUiThread need to override some of the methods on WebViewClient,
115 // so this test sublclasses the WebViewClient from WebViewOnUiThread
118 public InterceptClient(WebViewOnUiThread webViewOnUiThread) throws Exception {
119 super(webViewOnUiThread);
140 mOnUiThread = new WebViewOnUiThread(this, getActivity().getWebView());
257 // WebViewOnUiThread to detect when the page is loaded, so subclassing the one used there
    [all...]

Completed in 6673 milliseconds