Searched refs:CONTENT_ENCODING_HDR (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.federatedcompute.services.http.HttpClientUtil.CONTENT_ENCODING_HDR;54 if (mHeaders.containsKey(CONTENT_ENCODING_HDR)) { in isResponseCompressed()55 for (String format : mHeaders.get(CONTENT_ENCODING_HDR)) { in isResponseCompressed()
37 public static final String CONTENT_ENCODING_HDR = "Content-Encoding"; field in HttpClientUtil
20 import static com.android.federatedcompute.services.http.HttpClientUtil.CONTENT_ENCODING_HDR;683 expectedHeaders.put(CONTENT_ENCODING_HDR, GZIP_ENCODING_HDR); in testReportAndUploadResultSuccess()1033 headerList.put(CONTENT_ENCODING_HDR, ImmutableList.of(GZIP_ENCODING_HDR)); in compressionHeaderList()1043 uploadInstruction.putExtraRequestHeaders(CONTENT_ENCODING_HDR, GZIP_ENCODING_HDR); in createReportResultHttpResponse()