Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRulesParserTest.java48 assertEquals(false, rules.get(0).fullTrebleOnly); in testParsingWithoutConditions()
53 assertEquals(false, rules.get(1).fullTrebleOnly); in testParsingWithoutConditions()
90 assertEquals(true, rules.get(0).fullTrebleOnly); in testParsingWithConditions()
91 assertEquals(false, rules.get(1).fullTrebleOnly); in testParsingWithConditions()
DSELinuxNeverallowRule.java46 public boolean fullTrebleOnly; field in SELinuxNeverallowRule
54 fullTrebleOnly = true; in SELinuxNeverallowRule()
69 + ", fullTrebleOnly=" + fullTrebleOnly in toString()
93 if ((fullTrebleOnly) && (!isFullTrebleDevice(device))) { in isCompatible()