Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java596 public String errorUrl() { in testOnReceivedSslError() method in WebViewSslTest.MockWebViewClient
605 final String errorUrl = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslError() local
609 mOnUiThread.loadUrlAndWaitForCompletion(errorUrl); in testOnReceivedSslError()
612 assertEquals(errorUrl, webViewClient.errorUrl()); in testOnReceivedSslError()
944 public String errorUrl() { in errorUrl() method in WebViewSslTest.SslErrorWebViewClient