Searched refs:errorUrl (Results 1 – 1 of 1) sorted by relevance
594 public String errorUrl() { in testOnReceivedSslError() method in WebViewSslTest.MockWebViewClient603 final String errorUrl = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslError() local607 mOnUiThread.loadUrlAndWaitForCompletion(errorUrl); in testOnReceivedSslError()610 assertEquals(errorUrl, webViewClient.errorUrl()); in testOnReceivedSslError()954 public String errorUrl() { in errorUrl() method in WebViewSslTest.SslErrorWebViewClient