Home
last modified time | relevance | path

Searched refs:historyUrl (Results 1 – 2 of 2) sorted by relevance

/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java221 final String historyUrl) { in loadDataWithBaseURLAndWaitForCompletion() argument
223 () -> mWebView.loadDataWithBaseURL(baseUrl, data, mimeType, encoding, historyUrl)); in loadDataWithBaseURLAndWaitForCompletion()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1152 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_historyUrl() local
1155 "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_historyUrl()
1156 assertEquals(historyUrl, mOnUiThread.getUrl()); in testLoadDataWithBaseUrl_historyUrl()
1196 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl() local
1199 "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl()