Home
last modified time | relevance | path

Searched refs:InformativeResponse (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DResponseControlData.java52 public abstract ImmutableList<InformativeResponse> getInformativeResponses(); in getInformativeResponses()
67 InformativeResponse::getKnownLengthSerializedSectionsCount) in knownLengthSerialize()
72 for (InformativeResponse informativeResponse : getInformativeResponses()) { in knownLengthSerialize()
86 .mapToInt(InformativeResponse::getKnownLengthSerializedSectionsCount) in getKnownLengthSerializedSectionsCount()
104 abstract ImmutableList.Builder<InformativeResponse> informativeResponsesBuilder(); in informativeResponsesBuilder()
108 @NonNull final InformativeResponse informativeResponse) { in addInformativeResponse()
DInformativeResponse.java40 public abstract class InformativeResponse extends BinaryHttpSerializableComponent { class
109 abstract InformativeResponse autoBuild(); in autoBuild()
113 public InformativeResponse build() { in build()
114 InformativeResponse informativeResponse = autoBuild(); in build()
DBinaryHttpMessageDeserializer.java81 InformativeResponse.builder() in deserializeKnownLengthResponseControlData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/bhttp/
DBinaryHttpMessageTest.java410 InformativeResponse.builder() in testEncodeAndDecodeMultiInformationalWithBody()
416 InformativeResponse.builder() in testEncodeAndDecodeMultiInformationalWithBody()
454 InformativeResponse.builder() in testResponseEquals()
467 InformativeResponse.builder() in testResponseEquals()
485 InformativeResponse.builder() in testResponseNotEqual()
500 InformativeResponse.builder() in testResponseNotEqual()
516 InformativeResponse.builder() in testResponseNotEqual()
532 InformativeResponse.builder() in testResponseNotEqual()
548 InformativeResponse.builder() in testResponseNotEqual()
564 InformativeResponse.builder() in testResponseNotEqual()
[all …]
DResponseControlDataTest.java36 InformativeResponse.builder() in testNewAndDeserialize_normal()
41 InformativeResponse.builder() in testNewAndDeserialize_normal()
72 () -> InformativeResponse.builder().setInformativeStatusCode(50).build()); in testBadInformationalResponseCode()
77 () -> InformativeResponse.builder().setInformativeStatusCode(300).build()); in testBadInformationalResponseCode()