• Home
  • Raw
  • Download

Lines Matching refs:equals

126             if (!moduleName.equals(hapVerifyInfo.getModuleName())) {  in checkSharedApppIsValid()
134 if (!TYPE_SHARED.equals(hapVerifyInfo.getModuleType())) { in checkSharedApppIsValid()
177 !verifyCollection.bundleName.equals(hapVerifyInfo.getBundleName())) { in checkAppFieldsIsSame()
181 if (!verifyCollection.getBundleType().equals(hapVerifyInfo.getBundleType())) { in checkAppFieldsIsSame()
185 …if (hapVerifyInfo.getVendor().isEmpty() || !verifyCollection.vendor.equals(hapVerifyInfo.getVendor… in checkAppFieldsIsSame()
193 if (!verifyCollection.versionName.equals(hapVerifyInfo.getVersion().versionName)) { in checkAppFieldsIsSame()
209 … if (!verifyCollection.releaseType.equals(hapVerifyInfo.getApiVersion().getReleaseType())) { in checkAppFieldsIsSame()
213 if (!verifyCollection.targetBundleName.equals(hapVerifyInfo.getTargetBundleName())) { in checkAppFieldsIsSame()
243 … if (hapVerifyInfos.get(i).getModuleName().equals(hapVerifyInfos.get(j).getModuleName()) && in checkModuleNameIsValid()
252 if (!EMPTY_STRING.equals(hapVerifyInfos.get(i).getDistroFilter().dump())) { in checkModuleNameIsValid()
256 if (!EMPTY_STRING.equals(hapVerifyInfos.get(j).getDistroFilter().dump())) { in checkModuleNameIsValid()
282 … if (hapVerifyInfos.get(i).getPackageName().equals(hapVerifyInfos.get(j).getPackageName()) && in checkPackageNameIsValid()
291 if (!EMPTY_STRING.equals(hapVerifyInfos.get(i).getDistroFilter().dump())) { in checkPackageNameIsValid()
295 if (!EMPTY_STRING.equals(hapVerifyInfos.get(j).getDistroFilter().dump())) { in checkPackageNameIsValid()
369 if (!SHARED_LIBRARY.equals(hapInfo.getModuleType())) { in checkTargetModuleNameIsExisted()
397 if (!compileSdkType.equals(info.getCompileSdkType())) { in checkCompileSdkIsValid()
401 if (!compileSdkVersion.equals(info.getCompileSdkVersion())) { in checkCompileSdkIsValid()
439 if (ENTRY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
441 } else if (FEATURE.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
443 } else if (!SHARED_LIBRARY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
448 …|| (entryHapVerifyInfos.isEmpty() && (!SHARED_LIBRARY.equals(hapVerifyInfos.get(0).getBundleType()… in checkEntryIsValid()
462 if (!EMPTY_STRING.equals(entryHapVerifyInfos.get(i).getDistroFilter().dump())) { in checkEntryIsValid()
466 if (!EMPTY_STRING.equals(entryHapVerifyInfos.get(j).getDistroFilter().dump())) { in checkEntryIsValid()
571 if (EXCLUDE.equals(policyLeft) && INCLUDE.equals(policyRight)) { in checkPolicyValueDisjoint()
575 } else if (INCLUDE.equals(policyLeft) && INCLUDE.equals(policyRight)) { in checkPolicyValueDisjoint()
579 } else if (INCLUDE.equals(policyLeft) && EXCLUDE.equals(policyRight)) { in checkPolicyValueDisjoint()
583 } else if (EXCLUDE.equals(policyLeft) && EXCLUDE.equals(policyRight)) { in checkPolicyValueDisjoint()
633 if (!EMPTY_STRING.equals(featureHap.getDistroFilter().dump())) { in checkFeature()
707 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().apiVersion.policy)) { in checkApiVersionCovered()
713 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().apiVersion.policy)) { in checkApiVersionCovered()
757 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().screenShape.policy)) { in checkScreenShapeCovered()
762 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().screenShape.policy)) { in checkScreenShapeCovered()
804 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().screenWindow.policy)) { in checkScreenWindowCovered()
809 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().screenWindow.policy)) { in checkScreenWindowCovered()
851 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().screenDensity.policy)) { in checkScreenDensityCovered()
856 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().screenDensity.policy)) { in checkScreenDensityCovered()
898 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().countryCode.policy)) { in checkCountryCodeCovered()
903 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().countryCode.policy)) { in checkCountryCodeCovered()
953 if (EXCLUDE.equals(policy)) { in checkPolicyValueCovered()
955 } else if (INCLUDE.equals(policy)) { in checkPolicyValueCovered()
1056 if (!dependency.getBundleName().equals(hapVerifyInfo.getBundleName())) { in dfsTraverseDependency()
1066 if (FEATURE.equals(item.getModuleType()) || ENTRY.equals(item.getModuleType())) { in dfsTraverseDependency()
1085 …if (moduleName.equals(hapVerifyInfo.getModuleName()) && bundleName.equals(hapVerifyInfo.getBundleN… in checkDependencyInFileList()
1104 if (item.getModuleName().equals(moduleName) && checkModuleJoint(hapVerifyInfo, item)) { in getLayerDependency()
1149 if (!infoLeft.getModuleName().equals(infoRight.getModuleName())) { in isSameHapVerifyInfo()
1190 … if (hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= entryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()
1195 …if (!hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= notEntryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()
1243 if (!bundleType.equals(ATOMIC_SERVICE)) { in checkAtomicServiceIsValid()
1315 if (moduleName.equals(hapVerifyInfo.getModuleName())) { in checkAtomicServicePreloadsIsValid()
1330 if (moduleNameWithType.get(moduleName).equals(ENTRY) in checkAtomicServicePreloadsIsValid()
1331 || moduleNameWithType.get(moduleName).equals(HAR)) { in checkAtomicServicePreloadsIsValid()
1364 if (hapVerifyInfo.getModuleType().equals(ENTRY) && in checkFileSize()
1371 if (!hapVerifyInfo.getModuleType().equals(ENTRY) && in checkFileSize()
1414 if (hapVerifyInfo.getModuleName().equals(moduleName)) { in findAtomicServiceHapVerifyInfo()