Home
last modified time | relevance | path

Searched refs:informativeResponse (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DResponseControlData.java72 for (InformativeResponse informativeResponse : getInformativeResponses()) { in knownLengthSerialize()
73 byte[][] subSections = informativeResponse.knownLengthSerialize(); in knownLengthSerialize()
108 @NonNull final InformativeResponse informativeResponse) { in addInformativeResponse()
109 informativeResponsesBuilder().add(informativeResponse); in addInformativeResponse()
DInformativeResponse.java114 InformativeResponse informativeResponse = autoBuild(); in build() local
116 informativeResponse.getInformativeStatusCode()); in build()
117 return informativeResponse; in build()