Searched refs:getDeltaDescriptors (Results 1 – 3 of 3) sorted by relevance
116 public List<DeltaDescriptor> getDeltaDescriptors() { in getDeltaDescriptors() method in PatchApplyPlan
97 long deltaLength = plan.getDeltaDescriptors().get(0).getDeltaLength(); in applyDeltaInternal()
234 Assert.assertEquals(DELTA_DESCRIPTORS, plan.getDeltaDescriptors()); in testReadPatchApplyPlan()