Searched refs:wasOnReceivedSslErrorCalled (Results 1 – 1 of 1) sorted by relevance
560 assertTrue(webViewClient.wasOnReceivedSslErrorCalled()); in testClearSslPreferences()567 assertTrue(webViewClient.wasOnReceivedSslErrorCalled()); in testClearSslPreferences()574 assertFalse(webViewClient.wasOnReceivedSslErrorCalled()); in testClearSslPreferences()669 assertTrue(webViewClient.wasOnReceivedSslErrorCalled()); in testSslErrorProceedResponseReusedForSameHost()676 assertFalse(webViewClient.wasOnReceivedSslErrorCalled()); in testSslErrorProceedResponseReusedForSameHost()692 assertTrue(webViewClient.wasOnReceivedSslErrorCalled()); in testSslErrorProceedResponseNotReusedForDifferentHost()702 assertTrue(webViewClient.wasOnReceivedSslErrorCalled()); in testSslErrorProceedResponseNotReusedForDifferentHost()717 assertTrue(webViewClient.wasOnReceivedSslErrorCalled()); in testSecureServerRequestingClientCertDoesNotCancelRequest()736 assertFalse(webViewClient.wasOnReceivedSslErrorCalled()); in testSecureServerRequiringClientCertDoesCancelRequest()940 public boolean wasOnReceivedSslErrorCalled() { in wasOnReceivedSslErrorCalled() method in WebViewSslTest.SslErrorWebViewClient