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()
247 Rule.FORCE_ALLOW); in testEvaluateRules_forceAllow()277 Rule.FORCE_ALLOW); in testEvaluateRules_multipleMatches_forceAllow()290 Rule.FORCE_ALLOW); in testEvaluateRules_multipleMatches_forceAllow()
54 Rule.FORCE_ALLOW); in createAllowResultWithRule()
2482 field public static final int FORCE_ALLOW = 1; // 0x1