Home
last modified time | relevance | path

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

/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/
DPatchWriterTest.java48 private static final TypedRange<Void> OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE = field in PatchWriterTest
58 Collections.singletonList(OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE);
124 Assert.assertEquals(OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE.getOffset(), patchIn.readLong()); in testWriteV1Patch()
125 Assert.assertEquals(OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE.getLength(), patchIn.readLong()); in testWriteV1Patch()