Searched defs:ruleList (Results 1 – 6 of 6) 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() local158 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleContainingAppCertificateFormula() local175 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleWithUnindexedCompoundFormula() local190 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleContainingCompoundFormulaWithIntAndBoolean() local216 List<Rule> ruleList = new ArrayList(); in getIndexType_negatedRuleContainingPackageNameFormula() local237 List<Rule> ruleList = new ArrayList(); in getIndexType_allRulesTogetherSplitCorrectly() local
519 List<Rule> ruleList = new ArrayList(); in testBinaryString_verifyManyRulesAreIndexedCorrectly() local629 List<Rule> ruleList = new ArrayList(); in testBinaryString_totalRuleSizeLimitReached() local667 List<Rule> ruleList = new ArrayList(); in testBinaryString_tooManyPackageNameIndexedRules() local695 List<Rule> ruleList = new ArrayList(); in testBinaryString_tooManyAppCertificateIndexedRules() local723 List<Rule> ruleList = new ArrayList(); in testBinaryString_tooManyNonIndexedRules() local
44 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()
427 List<ZenRule> ruleList = getZenRules(); in getAutomaticZenRules() local1824 private void deleteRulesWithoutOwner(ArrayMap<String, ZenRule> ruleList) { in deleteRulesWithoutOwner()
1196 List<UiccAccessRule> ruleList = embeddedProfile.getUiccAccessRules(); in updateEmbeddedSubscriptions() local
756 private static String rulesToString(ArrayMap<String, ZenRule> ruleList) { in rulesToString()