Searched refs:dataDescriptorPotentialSig (Results 1 – 1 of 1) sorted by relevance
267 ByteBuffer dataDescriptorPotentialSig = apk.getByteBuffer(dataEndOffset, 4); in getRecord() local268 dataDescriptorPotentialSig.order(ByteOrder.LITTLE_ENDIAN); in getRecord()269 if (dataDescriptorPotentialSig.getInt() == DATA_DESCRIPTOR_SIGNATURE) { in getRecord()