Lines Matching refs:equals
123 if (!moduleName.equals(hapVerifyInfo.getModuleName())) { in checkSharedApppIsValid()
131 if (!TYPE_SHARED.equals(hapVerifyInfo.getModuleType())) { in checkSharedApppIsValid()
174 !verifyCollection.bundleName.equals(hapVerifyInfo.getBundleName())) { in checkAppFieldsIsSame()
178 if (!verifyCollection.getBundleType().equals(hapVerifyInfo.getBundleType())) { in checkAppFieldsIsSame()
182 …if (hapVerifyInfo.getVendor().isEmpty() || !verifyCollection.vendor.equals(hapVerifyInfo.getVendor… in checkAppFieldsIsSame()
190 if (!verifyCollection.versionName.equals(hapVerifyInfo.getVersion().versionName)) { in checkAppFieldsIsSame()
206 … if (!verifyCollection.releaseType.equals(hapVerifyInfo.getApiVersion().getReleaseType())) { in checkAppFieldsIsSame()
210 if (!verifyCollection.targetBundleName.equals(hapVerifyInfo.getTargetBundleName())) { in checkAppFieldsIsSame()
240 … if (hapVerifyInfos.get(i).getModuleName().equals(hapVerifyInfos.get(j).getModuleName()) && in checkModuleNameIsValid()
249 if (!EMPTY_STRING.equals(hapVerifyInfos.get(i).getDistroFilter().dump())) { in checkModuleNameIsValid()
253 if (!EMPTY_STRING.equals(hapVerifyInfos.get(j).getDistroFilter().dump())) { in checkModuleNameIsValid()
279 … if (hapVerifyInfos.get(i).getPackageName().equals(hapVerifyInfos.get(j).getPackageName()) && in checkPackageNameIsValid()
288 if (!EMPTY_STRING.equals(hapVerifyInfos.get(i).getDistroFilter().dump())) { in checkPackageNameIsValid()
292 if (!EMPTY_STRING.equals(hapVerifyInfos.get(j).getDistroFilter().dump())) { in checkPackageNameIsValid()
366 if (!SHARED_LIBRARY.equals(hapInfo.getModuleType())) { in checkTargetModuleNameIsExisted()
394 if (!compileSdkType.equals(info.getCompileSdkType())) { in checkCompileSdkIsValid()
398 if (!compileSdkVersion.equals(info.getCompileSdkVersion())) { in checkCompileSdkIsValid()
436 if (ENTRY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
438 } else if (FEATURE.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
440 } else if (!SHARED_LIBRARY.equals(hapVerifyInfo.getModuleType())) { in checkEntryIsValid()
445 …|| (entryHapVerifyInfos.isEmpty() && (!SHARED_LIBRARY.equals(hapVerifyInfos.get(0).getBundleType()… in checkEntryIsValid()
459 if (!EMPTY_STRING.equals(entryHapVerifyInfos.get(i).getDistroFilter().dump())) { in checkEntryIsValid()
463 if (!EMPTY_STRING.equals(entryHapVerifyInfos.get(j).getDistroFilter().dump())) { in checkEntryIsValid()
568 if (EXCLUDE.equals(policyLeft) && INCLUDE.equals(policyRight)) { in checkPolicyValueDisjoint()
572 } else if (INCLUDE.equals(policyLeft) && INCLUDE.equals(policyRight)) { in checkPolicyValueDisjoint()
576 } else if (INCLUDE.equals(policyLeft) && EXCLUDE.equals(policyRight)) { in checkPolicyValueDisjoint()
580 } else if (EXCLUDE.equals(policyLeft) && EXCLUDE.equals(policyRight)) { in checkPolicyValueDisjoint()
630 if (!EMPTY_STRING.equals(featureHap.getDistroFilter().dump())) { in checkFeature()
704 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().apiVersion.policy)) { in checkApiVersionCovered()
710 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().apiVersion.policy)) { in checkApiVersionCovered()
754 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().screenShape.policy)) { in checkScreenShapeCovered()
759 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().screenShape.policy)) { in checkScreenShapeCovered()
801 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().screenWindow.policy)) { in checkScreenWindowCovered()
806 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().screenWindow.policy)) { in checkScreenWindowCovered()
848 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().screenDensity.policy)) { in checkScreenDensityCovered()
853 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().screenDensity.policy)) { in checkScreenDensityCovered()
895 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().countryCode.policy)) { in checkCountryCodeCovered()
900 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().countryCode.policy)) { in checkCountryCodeCovered()
950 if (EXCLUDE.equals(policy)) { in checkPolicyValueCovered()
952 } else if (INCLUDE.equals(policy)) { in checkPolicyValueCovered()
1046 if (!dependency.getBundleName().equals(hapVerifyInfo.getBundleName())) { in dfsTraverseDependency()
1056 if (FEATURE.equals(item.getModuleType()) || ENTRY.equals(item.getModuleType())) { in dfsTraverseDependency()
1075 …if (moduleName.equals(hapVerifyInfo.getModuleName()) && bundleName.equals(hapVerifyInfo.getBundleN… in checkDependencyInFileList()
1094 if (item.getModuleName().equals(moduleName) && checkModuleJoint(hapVerifyInfo, item)) { in getLayerDependency()
1139 if (!infoLeft.getModuleName().equals(infoRight.getModuleName())) { in isSameHapVerifyInfo()
1180 … if (hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= entryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()
1185 …if (!hapVerifyInfo.getModuleType().equals(ENTRY) && (fileSize >= notEntryLimit * FILE_LENGTH_1M)) { in checkAtomicServiceModuleSize()
1233 if (!bundleType.equals(ATOMIC_SERVICE)) { in checkAtomicServiceIsValid()
1305 if (moduleName.equals(hapVerifyInfo.getModuleName())) { in checkAtomicServicePreloadsIsValid()
1320 if (moduleNameWithType.get(moduleName).equals(ENTRY) in checkAtomicServicePreloadsIsValid()
1321 || moduleNameWithType.get(moduleName).equals(HAR)) { in checkAtomicServicePreloadsIsValid()
1354 if (hapVerifyInfo.getModuleType().equals(ENTRY) && in checkFileSize()
1361 if (!hapVerifyInfo.getModuleType().equals(ENTRY) && in checkFileSize()
1404 if (hapVerifyInfo.getModuleName().equals(moduleName)) { in findAtomicServiceHapVerifyInfo()