Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/http/
DFederatedComputeHttpResponse.java19 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()
DHttpClientUtil.java37 public static final String CONTENT_ENCODING_HDR = "Content-Encoding"; field in HttpClientUtil
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/http/
DHttpFederatedProtocolTest.java20 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()