Searched refs:getFormulas (Results 1 – 4 of 4) sorted by relevance
109 public List<IntegrityFormula> getFormulas() { in getFormulas() method in CompoundFormula122 return !getFormulas().get(0).matches(appInstallMetadata); in matches()124 return getFormulas().stream() in matches()127 return getFormulas().stream() in matches()136 return getFormulas().stream().anyMatch(formula -> formula.isAppCertificateFormula()); in isAppCertificateFormula()141 return getFormulas().stream().anyMatch(formula -> formula.isInstallerFormula()); in isInstallerFormula()
100 List<IntegrityFormula> formulas = compoundFormula.getFormulas(); in getIndexingDetailsForCompoundFormula()
223 for (IntegrityFormula formula : compoundFormula.getFormulas()) { in serializeCompoundFormula()
48 assertThat(compoundFormula.getFormulas()) in testValidCompoundFormula()