Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java315 assertFalse(webViewClient.hasOnReceivedHttpAuthRequestCalled()); in testOnReceivedHttpAuthRequest()
318 assertTrue(webViewClient.hasOnReceivedHttpAuthRequestCalled()); in testOnReceivedHttpAuthRequest()
585 public boolean hasOnReceivedHttpAuthRequestCalled() { in hasOnReceivedHttpAuthRequestCalled() method in WebViewClientTest.MockWebViewClient