Home
last modified time | relevance | path

Searched defs:patchValue (Results 1 – 1 of 1) sorted by relevance

/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DPatchConstants.java39 public final byte patchValue; field in PatchConstants.CompatibilityWindowId
44 private CompatibilityWindowId(byte patchValue) { in CompatibilityWindowId()
53 public static CompatibilityWindowId fromPatchValue(byte patchValue) { in fromPatchValue()
76 public final byte patchValue; field in PatchConstants.DeltaFormat
81 private DeltaFormat(byte patchValue) { in DeltaFormat()
90 public static DeltaFormat fromPatchValue(byte patchValue) { in fromPatchValue()