Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java264 assertEquals(0, webViewClient.hasOnReceivedErrorCode()); in testOnReceivedError()
267 webViewClient.hasOnReceivedErrorCode()); in testOnReceivedError()
640 public int hasOnReceivedErrorCode() { in hasOnReceivedErrorCode() method in WebViewClientTest.MockWebViewClient