Home
last modified time | relevance | path

Searched defs:ruleList (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
H A DRuleIndexingDetailsIdentifierTest.java119 List<Rule> ruleList = null; in getIndexType_nullRule() local
130 List<Rule> ruleList = new ArrayList(); in getIndexType_invalidFormula() local
141 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleContainingPackageNameFormula() local
158 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleContainingAppCertificateFormula() local
175 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleWithUnindexedCompoundFormula() local
190 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleContainingCompoundFormulaWithIntAndBoolean() local
216 List<Rule> ruleList = new ArrayList(); in getIndexType_negatedRuleContainingPackageNameFormula() local
237 List<Rule> ruleList = new ArrayList(); in getIndexType_allRulesTogetherSplitCorrectly() local
H A DRuleBinarySerializerTest.java519 List<Rule> ruleList = new ArrayList(); in testBinaryString_verifyManyRulesAreIndexedCorrectly() local
629 List<Rule> ruleList = new ArrayList(); in testBinaryString_totalRuleSizeLimitReached() local
667 List<Rule> ruleList = new ArrayList(); in testBinaryString_tooManyPackageNameIndexedRules() local
695 List<Rule> ruleList = new ArrayList(); in testBinaryString_tooManyAppCertificateIndexedRules() local
723 List<Rule> ruleList = new ArrayList(); in testBinaryString_tooManyNonIndexedRules() local
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/
H A DIntegrityCheckResult.java44 private IntegrityCheckResult(Effect effect, @Nullable List<Rule> ruleList) { in IntegrityCheckResult()
71 public static IntegrityCheckResult allow(List<Rule> ruleList) { in allow()
81 public static IntegrityCheckResult deny(List<Rule> ruleList) { in deny()