Home
last modified time | relevance | path

Searched refs:getDataDescriptorType (Results 1 – 3 of 3) sorted by relevance

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileTest.java1551 assertNotSame(DataDescriptorType.NO_DATA_DESCRIPTOR, a.getDataDescriptorType()); in sortZipContentsWithDeferredCrc32()
1554 assertNotSame(DataDescriptorType.NO_DATA_DESCRIPTOR, b.getDataDescriptorType()); in sortZipContentsWithDeferredCrc32()
1564 assertSame(DataDescriptorType.NO_DATA_DESCRIPTOR, a.getDataDescriptorType()); in sortZipContentsWithDeferredCrc32()
1567 assertSame(DataDescriptorType.NO_DATA_DESCRIPTOR, b.getDataDescriptorType()); in sortZipContentsWithDeferredCrc32()
1622 assertNotSame(DataDescriptorType.NO_DATA_DESCRIPTOR, x.getDataDescriptorType());
1625 assertNotSame(DataDescriptorType.NO_DATA_DESCRIPTOR, y.getDataDescriptorType());
1628 assertSame(DataDescriptorType.NO_DATA_DESCRIPTOR, z.getDataDescriptorType());
1635 assertSame(DataDescriptorType.NO_DATA_DESCRIPTOR, x.getDataDescriptorType());
1638 assertSame(DataDescriptorType.NO_DATA_DESCRIPTOR, y.getDataDescriptorType());
1641 assertSame(DataDescriptorType.NO_DATA_DESCRIPTOR, z.getDataDescriptorType());
[all …]
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DStoredEntry.java673 public DataDescriptorType getDataDescriptorType() { in getDataDescriptorType() method in StoredEntry
DZFile.java1326 Preconditions.checkArgument(entry.getDataDescriptorType() in writeEntry()
1859 Preconditions.checkArgument(newEntry.getDataDescriptorType() == in addToEntries()