Searched refs:STRING_1K (Results 1 – 2 of 2) sorted by relevance
68 protected static String STRING_1K; field in AbstractDownloadProviderFunctionalTest74 STRING_1K = buff.toString();
241 int contentLength = STRING_1K.length() * numPackets; in buildContinuingResponse()242 return buildResponse(HTTP_OK, STRING_1K) in buildContinuingResponse()