Home
last modified time | relevance | path

Searched refs:getInformativeResponses (Results 1 – 1 of 1) 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() method in ResponseControlData
65 + getInformativeResponses().stream() in knownLengthSerialize()
72 for (InformativeResponse informativeResponse : getInformativeResponses()) { in knownLengthSerialize()
85 return getInformativeResponses().stream() in getKnownLengthSerializedSectionsCount()
117 Objects.requireNonNull(responseControlData.getInformativeResponses()); in build()