Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DBinaryHttpMessageDeserializer.java229 throwForNotEnoughBytesForInt(1); in readNextRfc9000Int()
240 throwForNotEnoughBytesForInt(8); in readNextRfc9000Int()
250 throwForNotEnoughBytesForInt(4); in readNextRfc9000Int()
261 throwForNotEnoughBytesForInt(2); in readNextRfc9000Int()
278 private void throwForNotEnoughBytesForInt(final int requiredLength) { in throwForNotEnoughBytesForInt() method in BinaryHttpMessageDeserializer.BinaryHttpByteArrayReader