Home
last modified time | relevance | path

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

/external/cronet/net/test/android/javatests/src/org/chromium/net/test/util/
DTestWebServer.java403 final String bodyTemplate = "<html><head><title>%s</title></head>" in outputResponse() local
421 textBody.append(String.format(bodyTemplate, "Not Found", "Not Found")); in outputResponse()
429 textBody.append(String.format(bodyTemplate, "Not Found", "Not Found")); in outputResponse()
437 textBody.append(String.format(bodyTemplate, "Found", "Found")); in outputResponse()