Home
last modified time | relevance | path

Searched refs:compatiblePropertyOnly (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRule.java49 public boolean compatiblePropertyOnly; field in SELinuxNeverallowRule
57 compatiblePropertyOnly = true; in SELinuxNeverallowRule()
70 + ", compatiblePropertyOnly=" + compatiblePropertyOnly in toString()
105 if ((compatiblePropertyOnly) && (!isCompatiblePropertyEnforcedDevice(device))) { in isCompatible()
DSELinuxNeverallowRulesParserTest.java51 assertEquals(false, rules.get(0).compatiblePropertyOnly); in testParsingWithoutConditions()
56 assertEquals(false, rules.get(1).compatiblePropertyOnly); in testParsingWithoutConditions()