Searched refs:launchingWithSOnly (Results 1 – 2 of 2) sorted by relevance
48 public boolean launchingWithSOnly; field in SELinuxNeverallowRule63 launchingWithSOnly = true; in SELinuxNeverallowRule()72 + ", launchingWithSOnly=" + launchingWithSOnly in toString()101 if ((launchingWithSOnly) && (!isDeviceLaunchingWithS(device))) { in isCompatible()
50 assertEquals(false, rules.get(0).launchingWithSOnly); in testParsingWithoutConditions()55 assertEquals(false, rules.get(1).launchingWithSOnly); in testParsingWithoutConditions()