Home
last modified time | relevance | path

Searched defs:CONTENT_LENGTH_HDR (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpUtil.java23 public static final String CONTENT_LENGTH_HDR = "Content-Length"; field in AdServicesHttpUtil
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/http/
DHttpClientUtil.java40 public static final String CONTENT_LENGTH_HDR = "Content-Length"; field in HttpClientUtil