Home
last modified time | relevance | path

Searched defs:ruleList (Results 1 – 6 of 6) 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/base/services/core/java/com/android/server/notification/
DZenModeHelper.java427 List<ZenRule> ruleList = getZenRules(); in getAutomaticZenRules() local
1824 private void deleteRulesWithoutOwner(ArrayMap<String, ZenRule> ruleList) { in deleteRulesWithoutOwner()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java1196 List<UiccAccessRule> ruleList = embeddedProfile.getUiccAccessRules(); in updateEmbeddedSubscriptions() local
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java756 private static String rulesToString(ArrayMap<String, ZenRule> ruleList) { in rulesToString()