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.java589 response = createResponse(HttpStatus.SC_UNAUTHORIZED); in getResponse()
609 response = createResponse(HttpStatus.SC_OK); in getResponse()
637 response = createResponse(HttpStatus.SC_OK); in getResponse()
654 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
662 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
672 response = createResponse(HttpStatus.SC_OK); in getResponse()
691 response = createResponse(HttpStatus.SC_OK); in getResponse()
699 response = createResponse(HttpStatus.SC_OK); in getResponse()
704 response = createResponse(HttpStatus.SC_OK); in getResponse()
714 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