/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | AbUpdateInstaller.java | 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()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
H A D | IngestObjectInfo.java | 23 mCompressedSize = mtpObjectInfo.getCompressedSize(); in IngestObjectInfo() 33 public int getCompressedSize() { in getCompressedSize() method in IngestObjectInfo
|
H A D | ImportTask.java | 84 if (hasSpaceForSize(object.getCompressedSize())) { in run()
|
H A D | MtpBitmapFetch.java | 76 byte[] imageBytes = device.getObject(info.getObjectHandle(), info.getCompressedSize()); in getFullsize()
|
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/ |
H A D | TestMtpManager.java | 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()
|
/aosp12/frameworks/multidex/library/test/src/androidx/multidex/ |
H A D | ZipUtilTest.java | 103 Assert.assertEquals(refEntry.getCompressedSize(), checkEntry.getCompressedSize()); in testCrcRange()
|
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
H A D | PayloadSpecs.java | 69 long length = entry.getCompressedSize(); in forNonStreaming()
|
/aosp12/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/ |
H A D | UpdateParser.java | 63 long fileSize = entry.getCompressedSize(); in parse()
|
/aosp12/frameworks/base/media/java/android/mtp/ |
H A D | MtpObjectInfo.java | 105 public final int getCompressedSize() { in getCompressedSize() method in MtpObjectInfo
|
/aosp12/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
H A D | ObjectViewer.java | 126 view.setText(Long.toString(info.getCompressedSize())); in onResume()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
H A D | MtpImageView.java | 111 if (info.getCompressedSize() <= MAX_FULLSIZE_PREVIEW_SIZE in fetchMtpImageDataFromDevice()
|
/aosp12/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarFile.java | 252 fd, ze.getDataOffset(), ze.getDataOffset() + ze.getCompressedSize()); in getZipInputStream()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 7783 HSPLjava/util/zip/ZipEntry;->getCompressedSize()J
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 16879 method public final int getCompressedSize(); 51022 method public long getCompressedSize();
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 26302 method public int getCompressedSize();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 30389 HSPLjava/util/zip/ZipEntry;->getCompressedSize()J
|