Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java186 assertFalse(webViewClient.hasOnPageStartedCalled()); in testLoadPage()
194 return webViewClient.hasOnPageStartedCalled(); in testLoadPage()
553 public boolean hasOnPageStartedCalled() { in hasOnPageStartedCalled() method in WebViewClientTest.MockWebViewClient