Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DBinaryHttpMessageDeserializer.java105 int paddingLength = reader.remainingLength(); in deserializeKnownLengthMessage()
213 int remainingLength() { in remainingLength() method in BinaryHttpMessageDeserializer.BinaryHttpByteArrayReader
279 int remainingLength = remainingLength(); in throwForNotEnoughBytesForInt() local
280 if (remainingLength < requiredLength) { in throwForNotEnoughBytesForInt()
285 remainingLength > 0 in throwForNotEnoughBytesForInt()
289 remainingLength); in throwForNotEnoughBytesForInt()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothUtils.java57 int remainingLength = rawBytes.length - start; in extractBytes() local
58 if (remainingLength < length) { in extractBytes()
62 + remainingLength in extractBytes()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java1749 int remainingLength = maxLength; in snippetize() local
1750 int tempRemainingLength = remainingLength; in snippetize()
1760 remainingLength = tempRemainingLength; in snippetize()
1769 tempRemainingLength = remainingLength; in snippetize()
1774 remainingLength = tempRemainingLength; in snippetize()
1781 tempRemainingLength = remainingLength; in snippetize()