Home
last modified time | relevance | path

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

/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java387 final String mainPath = "/main"; in testShouldInterceptRequestParams() local
409 if (request.getUrl().getPath().equals(mainPath)) { in testShouldInterceptRequestParams()
425 String mainUrl = server.setResponse(mainPath, mainPage, null); in testShouldInterceptRequestParams()
433 assertEquals(server.getLastRequest(mainPath).getRequestLine().getMethod(), in testShouldInterceptRequestParams()
453 final String mainPath = "/main"; in testShouldInterceptRequestResponse() local
497 String mainUrl = server.setResponse(mainPath, mainPage, null); in testShouldInterceptRequestResponse()