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.java590 response = createResponse(HttpStatus.SC_UNAUTHORIZED); in getResponse()
610 response = createResponse(HttpStatus.SC_OK); in getResponse()
638 response = createResponse(HttpStatus.SC_OK); in getResponse()
655 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
663 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
673 response = createResponse(HttpStatus.SC_OK); in getResponse()
692 response = createResponse(HttpStatus.SC_OK); in getResponse()
700 response = createResponse(HttpStatus.SC_OK); in getResponse()
705 response = createResponse(HttpStatus.SC_OK); in getResponse()
715 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