Searched refs:errorUrl (Results 1 – 1 of 1) sorted by relevance
595 public String errorUrl() { in testOnReceivedSslError() method in WebViewSslTest.MockWebViewClient604 final String errorUrl = mWebServer.getAssetUrl(TestHtmlConstants.HELLO_WORLD_URL); in testOnReceivedSslError() local608 mOnUiThread.loadUrlAndWaitForCompletion(errorUrl); in testOnReceivedSslError()611 assertEquals(errorUrl, webViewClient.errorUrl()); in testOnReceivedSslError()943 public String errorUrl() { in errorUrl() method in WebViewSslTest.SslErrorWebViewClient