Home
last modified time | relevance | path

Searched refs:webViewOnUiThread (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java255 WebViewOnUiThread webViewOnUiThread; field in EmojiTest.CaptureWebView
258 webViewOnUiThread = new WebViewOnUiThread(EmojiTest.this, getActivity().getWebView()); in CaptureWebView()
263webViewOnUiThread.loadDataAndWaitForCompletion("<html><body>" + String.valueOf(c) + "</body></html… in capture()
274 Picture picture = webViewOnUiThread.capturePicture(); in capture()
/cts/tests/tests/webkit/src/android/webkit/cts/
DServiceWorkerClientTest.java77 public InterceptClient(WebViewOnUiThread webViewOnUiThread) throws Exception { in InterceptClient() argument
78 super(webViewOnUiThread); in InterceptClient()
DGeolocationTest.java121 public InterceptClient(WebViewOnUiThread webViewOnUiThread) throws Exception { in InterceptClient() argument
122 super(webViewOnUiThread); in InterceptClient()
312 WebViewOnUiThread webViewOnUiThread, boolean accept, boolean retain) { in TestSimpleGeolocationRequestWebChromeClient() argument
313 super(webViewOnUiThread); in TestSimpleGeolocationRequestWebChromeClient()
DWebViewClientTest.java176 private void clickOnLinkUsingJs(final String linkId, WebViewOnUiThread webViewOnUiThread) { in clickOnLinkUsingJs() argument
178 webViewOnUiThread.evaluateJavascript( in clickOnLinkUsingJs()