Searched refs:getCompressedSize (Results 1 – 9 of 9) sorted by relevance
222 offset -= entry.getCompressedSize(); in updateStateForPayload()233 mSizeForUpdate = entry.getCompressedSize(); in updateStateForPayload()234 mOffsetForUpdate = offset - entry.getCompressedSize(); in updateStateForPayload()243 return OFFSET_TO_FILE_NAME + name.length() + entry.getCompressedSize() in buildOffsetForEntry()
168 final byte[] buffer = new byte[objectInfo.getCompressedSize()]; in createDocument()169 if (inputStream.read(buffer, 0, objectInfo.getCompressedSize()) != in createDocument()170 objectInfo.getCompressedSize()) { in createDocument()
103 Assert.assertEquals(refEntry.getCompressedSize(), checkEntry.getCompressedSize()); in testCrcRange()
105 public final int getCompressedSize() { in getCompressedSize() method in MtpObjectInfo
126 view.setText(Long.toString(info.getCompressedSize())); in onResume()
252 fd, ze.getDataOffset(), ze.getDataOffset() + ze.getCompressedSize()); in getZipInputStream()
16879 method public final int getCompressedSize();51022 method public long getCompressedSize();
28345 method public int getCompressedSize();73839 method public long getCompressedSize();
30473 HSPLjava/util/zip/ZipEntry;->getCompressedSize()J