Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java467 assertNotNull(interceptResponse); in testShouldInterceptRequestResponse()
468 return interceptResponse; in testShouldInterceptRequestResponse()
474 volatile public WebResourceResponse interceptResponse; in testShouldInterceptRequestResponse() field in WebViewClientTest.TestClient
503 client.interceptResponse = new WebResourceResponse("text/html", "UTF-8", null); in testShouldInterceptRequestResponse()
509 client.interceptResponse = new WebResourceResponse("text/html", "UTF-8", in testShouldInterceptRequestResponse()
516 client.interceptResponse = in testShouldInterceptRequestResponse()