Searched refs:ruleList (Results 1 – 4 of 4) sorted by relevance
119 List<Rule> ruleList = null; in getIndexType_nullRule() local125 () -> splitRulesIntoIndexBuckets(ruleList)); in getIndexType_nullRule()130 List<Rule> ruleList = new ArrayList(); in getIndexType_invalidFormula() local131 ruleList.add(new Rule(getInvalidFormula(), Rule.DENY)); in getIndexType_invalidFormula()136 () -> splitRulesIntoIndexBuckets(ruleList)); in getIndexType_invalidFormula()141 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleContainingPackageNameFormula() local142 ruleList.add(RULE_WITH_PACKAGE_NAME); in getIndexType_ruleContainingPackageNameFormula()144 Map<Integer, Map<String, List<Rule>>> result = splitRulesIntoIndexBuckets(ruleList); in getIndexType_ruleContainingPackageNameFormula()158 List<Rule> ruleList = new ArrayList(); in getIndexType_ruleContainingAppCertificateFormula() local159 ruleList.add(RULE_WITH_APP_CERTIFICATE); in getIndexType_ruleContainingAppCertificateFormula()[all …]
519 List<Rule> ruleList = new ArrayList(); in testBinaryString_verifyManyRulesAreIndexedCorrectly() local521 ruleList.add( in testBinaryString_verifyManyRulesAreIndexedCorrectly()526 ruleList.add( in testBinaryString_verifyManyRulesAreIndexedCorrectly()531 ruleList.add( in testBinaryString_verifyManyRulesAreIndexedCorrectly()541 ruleList, in testBinaryString_verifyManyRulesAreIndexedCorrectly()629 List<Rule> ruleList = new ArrayList(); in testBinaryString_totalRuleSizeLimitReached() local631 ruleList.add( in testBinaryString_totalRuleSizeLimitReached()636 ruleList.add( in testBinaryString_totalRuleSizeLimitReached()641 ruleList.add( in testBinaryString_totalRuleSizeLimitReached()656 ruleList, in testBinaryString_totalRuleSizeLimitReached()[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()
903 List<UiccAccessRule> ruleList = embeddedProfile.getUiccAccessRules(); in updateEmbeddedSubscriptionsCache() local905 if (ruleList == null || ruleList.size() == 0) { in updateEmbeddedSubscriptionsCache()910 ruleList.toArray(new UiccAccessRule[ruleList.size()]))); in updateEmbeddedSubscriptionsCache()