Home
last modified time | relevance | path

Searched refs:FORCE_ALLOW (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/integrity/
H A DRule.java49 FORCE_ALLOW,
61 public static final int FORCE_ALLOW = 1; field in Rule
137 case FORCE_ALLOW: in effectToString()
145 return effect == DENY || effect == FORCE_ALLOW; in isValidEffect()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/engine/
H A DRuleEvaluator.java20 import static android.content.integrity.Rule.FORCE_ALLOW;
61 .filter(rule -> rule.getEffect() == FORCE_ALLOW) in evaluateRules()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/engine/
H A DRuleEvaluatorTest.java248 Rule.FORCE_ALLOW); in testEvaluateRules_forceAllow()
278 Rule.FORCE_ALLOW); in testEvaluateRules_multipleMatches_forceAllow()
291 Rule.FORCE_ALLOW); in testEvaluateRules_multipleMatches_forceAllow()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/model/
H A DIntegrityCheckResultTest.java54 Rule.FORCE_ALLOW); in createAllowResultWithRule()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3638 field public static final int FORCE_ALLOW = 1; // 0x1