Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHQFInfo.java30 private int patchVersionCode = -1; field in HQFInfo
67 return patchVersionCode; in getPatchVersionCode()
70 public void setPatchVersionCode(int patchVersionCode) { in setPatchVersionCode() argument
71 this.patchVersionCode = patchVersionCode; in setPatchVersionCode()
DHQFVerify.java60 int patchVersionCode = hqfVerifyInfos.get(0).getPatchVersionCode(); in checkAppFields() local
75 if (patchVersionCode != hqfVerifyInfo.getPatchVersionCode()) { in checkAppFields()