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.java428 final String mainPath = "/main"; in testShouldInterceptRequestParams() local
450 if (request.getUrl().getPath().equals(mainPath)) { in testShouldInterceptRequestParams()
466 String mainUrl = server.setResponse(mainPath, mainPage, null); in testShouldInterceptRequestParams()
474 assertEquals(server.getLastRequest(mainPath).getRequestLine().getMethod(), in testShouldInterceptRequestParams()
494 final String mainPath = "/main"; in testShouldInterceptRequestResponse() local
538 String mainUrl = server.setResponse(mainPath, mainPage, null); in testShouldInterceptRequestResponse()