Home | History | Annotate | Download | only in cts

Lines Matching defs:createResponse

590                 response = createResponse(HttpStatus.SC_UNAUTHORIZED);
610 response = createResponse(HttpStatus.SC_OK);
638 response = createResponse(HttpStatus.SC_OK);
655 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY);
663 response = createResponse(HttpStatus.SC_MOVED_TEMPORARILY);
673 response = createResponse(HttpStatus.SC_OK);
692 response = createResponse(HttpStatus.SC_OK);
700 response = createResponse(HttpStatus.SC_OK);
705 response = createResponse(HttpStatus.SC_OK);
715 response = createResponse(HttpStatus.SC_OK);
737 response = createResponse(HttpStatus.SC_OK);
753 response = createResponse(HttpStatus.SC_NOT_FOUND);
781 private static HttpResponse createResponse(int status) {
819 HttpResponse response = createResponse(HttpStatus.SC_OK);