Home
last modified time | relevance | path

Searched refs:Frc9000VariableLengthIntegerUtil (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/bhttp/
DFieldsTest.java42 Frc9000VariableLengthIntegerUtil.toFrc9000Int(fieldName1.length()), in testDeserialize_normal()
44 Frc9000VariableLengthIntegerUtil.toFrc9000Int(fieldValue1.length()), in testDeserialize_normal()
46 Frc9000VariableLengthIntegerUtil.toFrc9000Int(fieldName2.length()), in testDeserialize_normal()
48 Frc9000VariableLengthIntegerUtil.toFrc9000Int(fieldValue2.length()), in testDeserialize_normal()
57 Frc9000VariableLengthIntegerUtil.toFrc9000Int( in testDeserialize_normal()
71 Frc9000VariableLengthIntegerUtil.toFrc9000Int(10), in testSubReaderGoOutOfBound()
72 Frc9000VariableLengthIntegerUtil.toFrc9000Int(9), in testSubReaderGoOutOfBound()
DFrc9000VariableLengthIntegerTest.java70 assertArrayEquals(bytes, Frc9000VariableLengthIntegerUtil.toFrc9000Int(number)); in testEquals()
DResponseControlDataTest.java20 import static com.android.adservices.service.common.bhttp.Frc9000VariableLengthIntegerUtil.toFrc900…
DRequestControlDataTest.java20 import static com.android.adservices.service.common.bhttp.Frc9000VariableLengthIntegerUtil.toFrc900…
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DFrc9000VariableLengthIntegerUtil.java27 public class Frc9000VariableLengthIntegerUtil { class
DField.java19 import static com.android.adservices.service.common.bhttp.Frc9000VariableLengthIntegerUtil.toFrc900…
DInformativeResponse.java19 import static com.android.adservices.service.common.bhttp.Frc9000VariableLengthIntegerUtil.toFrc900…
DRequestControlData.java19 import static com.android.adservices.service.common.bhttp.Frc9000VariableLengthIntegerUtil.toFrc900…
DResponseControlData.java19 import static com.android.adservices.service.common.bhttp.Frc9000VariableLengthIntegerUtil.toFrc900…
DFields.java19 import static com.android.adservices.service.common.bhttp.Frc9000VariableLengthIntegerUtil.toFrc900…
DBinaryHttpMessage.java19 import static com.android.adservices.service.common.bhttp.Frc9000VariableLengthIntegerUtil.toFrc900…