Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRule.java80 private boolean isDeviceLaunchingWithR(ITestDevice device) throws Exception { in isDeviceLaunchingWithR() method in SELinuxNeverallowRule
97 if ((launchingWithROnly) && (!isDeviceLaunchingWithR(device))) { in isCompatible()