• Home
  • Raw
  • Download

Lines Matching refs:isEmpty

57         if (hapVerifyInfos == null || hapVerifyInfos.isEmpty()) {  in checkHapIsValid()
117 if (hapVerifyInfos == null || hapVerifyInfos.isEmpty()) { in checkSharedApppIsValid()
127 if (!hapVerifyInfo.getDependencyItemList().isEmpty()) { in checkSharedApppIsValid()
155 if (hapVerifyInfos.isEmpty()) { in checkAppFieldsIsSame()
173 if (hapVerifyInfo.getBundleName().isEmpty() || in checkAppFieldsIsSame()
182 …if (hapVerifyInfo.getVendor().isEmpty() || !verifyCollection.vendor.equals(hapVerifyInfo.getVendor… in checkAppFieldsIsSame()
235 if (hapVerifyInfos.get(i).getModuleName().isEmpty()) { in checkModuleNameIsValid()
275 if (hapVerifyInfos.get(i).getPackageName().isEmpty()) { in checkPackageNameIsValid()
322 if (hapVerifyInfos.get(i).getAbilityNames().isEmpty()) { in checkAbilityNameIsValid()
357 if (!hapInfo.getTargetBundleName().isEmpty()) { in checkTargetModuleNameIsExisted()
360 if (!hapInfo.getTargetModuleName().isEmpty()) { in checkTargetModuleNameIsExisted()
370 if (internalOverlayHap.isEmpty()) { in checkTargetModuleNameIsExisted()
373 if (nonOverlayHap.isEmpty()) { in checkTargetModuleNameIsExisted()
387 if (hapVerifyInfos.isEmpty()) { in checkCompileSdkIsValid()
407 if (hapVerifyInfos.isEmpty()) { in checkProxyDataUriIsUnique()
444 if (hapVerifyInfos.isEmpty() in checkEntryIsValid()
445 …|| (entryHapVerifyInfos.isEmpty() && (!SHARED_LIBRARY.equals(hapVerifyInfos.get(0).getBundleType()… in checkEntryIsValid()
569 if (valueRight.isEmpty() || valueLeft.containsAll(valueRight)) { in checkPolicyValueDisjoint()
577 if (valueLeft.isEmpty() || valueRight.containsAll(valueLeft)) { in checkPolicyValueDisjoint()
932 return exclude == null || exclude.isEmpty(); in checkEntryPolicyValueCoverAll()
1007 if (allHapVerifyInfo.isEmpty()) { in checkDependencyIsValid()
1160 if (hapVerifyInfoList.isEmpty()) { in checkAtomicServiceModuleSize()
1207 if (hapVerifyInfoList.isEmpty()) { in getDeviceHapVerifyInfoMap()
1228 if (hapVerifyInfoList.isEmpty()) { in checkAtomicServiceIsValid()
1280 if (hapVerifyInfoList.isEmpty()) { in checkAtomicServicePreloadsIsValid()
1334 if (hapVerifyInfoList.isEmpty()) { in checkFileSizeIsValid()
1346 if (hapVerifyInfoList.isEmpty()) { in checkFileSize()