Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java496 final String interceptPath = "/intercept_me"; in testShouldInterceptRequestResponse() local
507 if (request.getUrl().toString().contains(interceptPath)) { in testShouldInterceptRequestResponse()
525 String interceptUrl = server.getResponseUrl(interceptPath); in testShouldInterceptRequestResponse()