Searched refs:ruleList (Results 1 – 3 of 3) sorted by relevance
119 List<Rule> ruleList = null; in getIndexType_nullRule() local130 List<Rule> ruleList = new ArrayList(); in getIndexType_invalidFormula() local141 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleContainingPackageNameFormula() local142 ruleList.add(RULE_WITH_PACKAGE_NAME); in getIndexType_ruleContainingPackageNameFormula()217 ruleList.add(negatedRule); in getIndexType_negatedRuleContainingPackageNameFormula()238 ruleList.add(packageNameRuleB); in getIndexType_allRulesTogetherSplitCorrectly()239 ruleList.add(packageNameRuleC); in getIndexType_allRulesTogetherSplitCorrectly()240 ruleList.add(packageNameRuleA); in getIndexType_allRulesTogetherSplitCorrectly()241 ruleList.add(certificateRule3); in getIndexType_allRulesTogetherSplitCorrectly()242 ruleList.add(certificateRule2); in getIndexType_allRulesTogetherSplitCorrectly()[all …]
521 ruleList.add( in testBinaryString_verifyManyRulesAreIndexedCorrectly()526 ruleList.add( in testBinaryString_verifyManyRulesAreIndexedCorrectly()531 ruleList.add( in testBinaryString_verifyManyRulesAreIndexedCorrectly()541 ruleList, in testBinaryString_verifyManyRulesAreIndexedCorrectly()631 ruleList.add( in testBinaryString_totalRuleSizeLimitReached()636 ruleList.add( in testBinaryString_totalRuleSizeLimitReached()641 ruleList.add( in testBinaryString_totalRuleSizeLimitReached()656 ruleList, in testBinaryString_totalRuleSizeLimitReached()669 ruleList.add( in testBinaryString_tooManyPackageNameIndexedRules()697 ruleList.add( in testBinaryString_tooManyAppCertificateIndexedRules()[all …]
44 private IntegrityCheckResult(Effect effect, @Nullable List<Rule> ruleList) { in IntegrityCheckResult() argument46 this.mRuleList = ruleList; in IntegrityCheckResult()71 public static IntegrityCheckResult allow(List<Rule> ruleList) { in allow() argument72 return new IntegrityCheckResult(Effect.ALLOW, ruleList); in allow()81 public static IntegrityCheckResult deny(List<Rule> ruleList) { in deny() argument82 return new IntegrityCheckResult(Effect.DENY, ruleList); in deny()