Home
last modified time | relevance | path

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

/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java645 response = createResponse(HttpStatus.SC_UNAUTHORIZED); in getResponse()
665 response = createResponse(HttpStatus.SC_OK); in getResponse()
696 response = createResponse(HttpStatus.SC_OK); in getResponse()
713 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
721 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
731 response = createResponse(HttpStatus.SC_OK); in getResponse()
750 response = createResponse(HttpStatus.SC_OK); in getResponse()
762 response = createResponse(HttpStatus.SC_OK); in getResponse()
767 response = createResponse(HttpStatus.SC_OK); in getResponse()
777 response = createResponse(HttpStatus.SC_OK); in getResponse()
[all …]
DTestWebServer.java412 httpResponse = createResponse(HttpStatus.SC_OK); in getResponse()
414 httpResponse = createResponse(HttpStatus.SC_NOT_FOUND); in getResponse()
416 httpResponse = createResponse(HttpStatus.SC_NOT_FOUND); in getResponse()
419 httpResponse = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
427 httpResponse = createResponse(HttpStatus.SC_OK); in getResponse()
449 private HttpResponse createResponse(int status) { in createResponse() method in TestWebServer