Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/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()
/aosp12/system/netd/server/
H A DBandwidthController.cpp756 std::string ruleList; in flushExistingCostlyTables() local
767 void BandwidthController::parseAndFlushCostlyTables(const std::string& ruleList, bool doRemove) { in parseAndFlushCostlyTables()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java925 List<UiccAccessRule> ruleList = embeddedProfile.getUiccAccessRules(); in updateEmbeddedSubscriptionsCache() local
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java2702 String[] ruleList = rrule.split("\n"); in validateRecurrenceRule() local