Searched refs:getVersionCode (Results 1 – 9 of 9) sorted by relevance
58 int versionCode = hqfVerifyInfos.get(0).getVersionCode(); in checkAppFields()67 if (versionCode != hqfVerifyInfo.getVersionCode()) { in checkAppFields()
54 public int getVersionCode() { in getVersionCode() method in DependencyItem
47 public static String getVersionCode(final String binPath) { in getVersionCode() method in CollectBinInfo176 String versionCode = getVersionCode(binPath); in main()
50 public int getVersionCode() { in getVersionCode() method in HQFInfo
71 … normalize(Paths.get(hspPath), outPath, utility.getBundleName(), utility.getVersionCode()); in normalize()
165 if (utility.getVersionCode() <= 0) { in validatePackageNormalizeMode()197 if (utility.getVersionCode() <= 0) { in validateVersionNormalizeMode()
562 public int getVersionCode() { in getVersionCode() method in Utility
2975 appObject.put(VERSION_CODE, utility.getVersionCode()); in parseAndModifyModuleJson()3008 versionObject.put(CODE, utility.getVersionCode()); in parseAndModifyPackInfo()3067 versionObj.put(CODE, utility.getVersionCode()); in parseAndModifyConfigJson()3163 if (versionNormalizeUtil.getOriginVersionCode() > utility.getVersionCode()) { in verifyModuleVersion()3168 } else if (versionNormalizeUtil.getOriginVersionCode() == utility.getVersionCode()) { in verifyModuleVersion()
205 public Integer getVersionCode() { in getVersionCode() method in Provision