Home
last modified time | relevance | path

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

/cts/tests/src/android/webkit/cts/
DCtsTestServer.java451 response = createResponse(HttpStatus.SC_UNAUTHORIZED); in getResponse()
471 response = createResponse(HttpStatus.SC_OK); in getResponse()
486 response = createResponse(HttpStatus.SC_OK); in getResponse()
503 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
514 response = createResponse(HttpStatus.SC_OK); in getResponse()
535 response = createResponse(HttpStatus.SC_OK); in getResponse()
546 response = createResponse(HttpStatus.SC_OK); in getResponse()
551 response = createResponse(HttpStatus.SC_OK); in getResponse()
568 response = createResponse(HttpStatus.SC_OK); in getResponse()
584 response = createResponse(HttpStatus.SC_NOT_FOUND); in getResponse()
[all …]