Searched refs:bytesInList (Results 1 – 1 of 1) sorted by relevance
257 int bytesInList = Short.toUnsignedInt(byteBuffer.getShort()); in AtVersionList() local258 if (bytesInList % BYTES_PER_VERSION != 0) { in AtVersionList()263 int numVersions = bytesInList / BYTES_PER_VERSION; in AtVersionList()