Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
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
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
/frameworks/base/services/core/java/com/android/server/integrity/model/
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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java925 List<UiccAccessRule> ruleList = embeddedProfile.getUiccAccessRules(); in updateEmbeddedSubscriptionsCache() local