Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRule.java84 private boolean isDeviceLaunchingWithS(ITestDevice device) throws Exception { in isDeviceLaunchingWithS() method in SELinuxNeverallowRule
101 if ((launchingWithSOnly) && (!isDeviceLaunchingWithS(device))) { in isCompatible()