Searched refs:FORCE_ALLOW (Results 1 – 5 of 5) sorted by relevance
49 FORCE_ALLOW,61 public static final int FORCE_ALLOW = 1; field in Rule137 case FORCE_ALLOW: in effectToString()145 return effect == DENY || effect == FORCE_ALLOW; in isValidEffect()
20 import static android.content.integrity.Rule.FORCE_ALLOW;61 .filter(rule -> rule.getEffect() == FORCE_ALLOW) in evaluateRules()
248 Rule.FORCE_ALLOW); in testEvaluateRules_forceAllow()278 Rule.FORCE_ALLOW); in testEvaluateRules_multipleMatches_forceAllow()291 Rule.FORCE_ALLOW); in testEvaluateRules_multipleMatches_forceAllow()
54 Rule.FORCE_ALLOW); in createAllowResultWithRule()
3638 field public static final int FORCE_ALLOW = 1; // 0x1