Searched refs:loadDataAndWaitForCompletion (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebSettingsTest.java | 812 mOnUiThread.loadDataAndWaitForCompletion(getNetworkImageHtml(), "text/html", null); in testLoadsImagesAutomatically_httpImagesLoaded() 822 mOnUiThread.loadDataAndWaitForCompletion(DATA_URL_IMAGE_HTML, "text/html", null); in testLoadsImagesAutomatically_dataUriImagesLoaded() 833 mOnUiThread.loadDataAndWaitForCompletion(getNetworkImageHtml(), "text/html", null); in testLoadsImagesAutomatically_blockLoadingImages() 836 mOnUiThread.loadDataAndWaitForCompletion(DATA_URL_IMAGE_HTML, "text/html", null); in testLoadsImagesAutomatically_blockLoadingImages() 847 mOnUiThread.loadDataAndWaitForCompletion(getNetworkImageHtml(), "text/html", null); in testLoadsImagesAutomatically_loadImagesWithoutReload() 855 mOnUiThread.loadDataAndWaitForCompletion(DATA_URL_IMAGE_HTML, "text/html", null); in testLoadsImagesAutomatically_loadImagesWithoutReload() 870 mOnUiThread.loadDataAndWaitForCompletion(getNetworkImageHtml(), "text/html", null); in testBlockNetworkImage() 872 mOnUiThread.loadDataAndWaitForCompletion(DATA_URL_IMAGE_HTML, "text/html", null); in testBlockNetworkImage() 880 mOnUiThread.loadDataAndWaitForCompletion(getNetworkImageHtml(), "text/html", null); in testBlockNetworkImage() 888 mOnUiThread.loadDataAndWaitForCompletion(DATA_URL_IMAGE_HTML, "text/html", null); in testBlockNetworkImage() [all …]
|
D | WebViewTest.java | 648 mOnUiThread.loadDataAndWaitForCompletion(setTitleToPropertyTypeHtml, "text/html", null); in testAddJavascriptInterfaceNullObject() 653 mOnUiThread.loadDataAndWaitForCompletion(setTitleToPropertyTypeHtml, "text/html", null); in testAddJavascriptInterfaceNullObject() 659 mOnUiThread.loadDataAndWaitForCompletion(setTitleToPropertyTypeHtml, "text/html", null); in testAddJavascriptInterfaceNullObject() 664 mOnUiThread.loadDataAndWaitForCompletion(setTitleToPropertyTypeHtml, "text/html", null); in testAddJavascriptInterfaceNullObject() 677 mOnUiThread.loadDataAndWaitForCompletion(setTitleToPropertyTypeHtml, "text/html", null); in testRemoveJavascriptInterface() 682 mOnUiThread.loadDataAndWaitForCompletion(setTitleToPropertyTypeHtml, "text/html", null); in testRemoveJavascriptInterface() 729 mOnUiThread.loadDataAndWaitForCompletion( in testUseRemovedJavascriptInterface() 1090 mOnUiThread.loadDataAndWaitForCompletion(HTML_CONTENT, "text/html", null); in testLoadData() 1097 mOnUiThread.loadDataAndWaitForCompletion( in testLoadData() 1281 mOnUiThread.loadDataAndWaitForCompletion(testPage, "text/html", "UTF-8"); in testSaveWebArchive() [all …]
|
D | WebChromeClientTest.java | 390 mOnUiThread.loadDataAndWaitForCompletion(encodedHtml, mimeType, encoding); in testOnConsoleMessage()
|
D | WebViewClientTest.java | 169 mOnUiThread.loadDataAndWaitForCompletion(data, "text/html", null); in testShouldOverrideUrlLoading()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewSyncLoader.java | 205 public void loadDataAndWaitForCompletion(final String data, in loadDataAndWaitForCompletion() method in WebViewSyncLoader
|
/cts/tests/tests/text/src/android/text/cts/ |
D | EmojiTest.java | 315 webViewOnUiThread.loadDataAndWaitForCompletion( in capture()
|