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.java1150 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_historyUrl() local
1153 "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_historyUrl()
1154 assertEquals(historyUrl, mOnUiThread.getUrl()); in testLoadDataWithBaseUrl_historyUrl()
1194 final String historyUrl = "http://www.example.com/"; in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl() local
1197 "text/html", "UTF-8", historyUrl); in testLoadDataWithBaseUrl_dataBaseUrlIgnoresHistoryUrl()