Searched refs:inputByteBuffer (Results 1 – 1 of 1) sorted by relevance
428 private static SigningCertificateLineage read(ByteBuffer inputByteBuffer) in read() argument430 ApkSigningBlockUtils.checkByteOrderLittleEndian(inputByteBuffer); in read()431 if (inputByteBuffer.remaining() < 8) { in read()436 if (inputByteBuffer.getInt() != MAGIC) { in read()440 return read(inputByteBuffer, inputByteBuffer.getInt()); in read()443 private static SigningCertificateLineage read(ByteBuffer inputByteBuffer, int version) in read() argument450 getLengthPrefixedSlice(inputByteBuffer)); in read()