Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRule.java48 public boolean launchingWithSOnly; field in SELinuxNeverallowRule
63 launchingWithSOnly = true; in SELinuxNeverallowRule()
72 + ", launchingWithSOnly=" + launchingWithSOnly in toString()
101 if ((launchingWithSOnly) && (!isDeviceLaunchingWithS(device))) { in isCompatible()
DSELinuxNeverallowRulesParserTest.java50 assertEquals(false, rules.get(0).launchingWithSOnly); in testParsingWithoutConditions()
55 assertEquals(false, rules.get(1).launchingWithSOnly); in testParsingWithoutConditions()