Searched refs:GZIP_ENCODING_HDR (Results 1 – 5 of 5) sorted by relevance
20 import static com.android.federatedcompute.services.http.HttpClientUtil.GZIP_ENCODING_HDR;142 headerList.put(ACCEPT_ENCODING_HDR, GZIP_ENCODING_HDR); in createGetRequestWithAcceptCompression_valid()151 expectedHeaders.put(ACCEPT_ENCODING_HDR, GZIP_ENCODING_HDR); in createGetRequestWithAcceptCompression_valid()
24 import static com.android.federatedcompute.services.http.HttpClientUtil.GZIP_ENCODING_HDR;274 expectedHeaders.put(ACCEPT_ENCODING_HDR, GZIP_ENCODING_HDR); in testIssueCheckinSuccess()456 expectedHeaders.put(ACCEPT_ENCODING_HDR, GZIP_ENCODING_HDR); in testIssueCheckin_withAttestationRecord()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()
20 import static com.android.federatedcompute.services.http.HttpClientUtil.GZIP_ENCODING_HDR;56 if (format.contains(GZIP_ENCODING_HDR)) { in isResponseCompressed()
41 public static final String GZIP_ENCODING_HDR = "gzip"; field in HttpClientUtil
29 import static com.android.federatedcompute.services.http.HttpClientUtil.GZIP_ENCODING_HDR;539 headerList.put(ACCEPT_ENCODING_HDR, GZIP_ENCODING_HDR);