Home
last modified time | relevance | path

Searched refs:getKnownLengthSerializedSectionsCount (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DInformativeResponse.java58 byte[][] result = new byte[getKnownLengthSerializedSectionsCount()][]; in knownLengthSerialize()
66 int getKnownLengthSerializedSectionsCount() { in getKnownLengthSerializedSectionsCount() method in InformativeResponse
68 + getHeaderFields().getKnownLengthSerializedSectionsCount(); in getKnownLengthSerializedSectionsCount()
DResponseControlData.java67 InformativeResponse::getKnownLengthSerializedSectionsCount) in knownLengthSerialize()
84 int getKnownLengthSerializedSectionsCount() { in getKnownLengthSerializedSectionsCount() method in ResponseControlData
86 .mapToInt(InformativeResponse::getKnownLengthSerializedSectionsCount) in getKnownLengthSerializedSectionsCount()
DBinaryHttpMessage.java139 int getKnownLengthSerializedSectionsCount() { in getKnownLengthSerializedSectionsCount() method in BinaryHttpMessage
141 + getControlData().getKnownLengthSerializedSectionsCount() in getKnownLengthSerializedSectionsCount()
142 + getHeaderFields().getKnownLengthSerializedSectionsCount() in getKnownLengthSerializedSectionsCount()
DFields.java65 byte[][] sections = new byte[getKnownLengthSerializedSectionsCount()][]; in knownLengthSerialize()
87 int getKnownLengthSerializedSectionsCount() { in getKnownLengthSerializedSectionsCount() method in Fields
DBinaryHttpSerializableComponent.java41 abstract int getKnownLengthSerializedSectionsCount(); in getKnownLengthSerializedSectionsCount() method in BinaryHttpSerializableComponent
DField.java61 int getKnownLengthSerializedSectionsCount() { in getKnownLengthSerializedSectionsCount() method in Field
DRequestControlData.java57 int getKnownLengthSerializedSectionsCount() { in getKnownLengthSerializedSectionsCount() method in RequestControlData