Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRule.java88 private boolean isCompatiblePropertyEnforcedDevice(ITestDevice device) throws Exception { in isCompatiblePropertyEnforcedDevice() method in SELinuxNeverallowRule
89 return SELinuxHostTest.isCompatiblePropertyEnforcedDevice(device); in isCompatiblePropertyEnforcedDevice()
105 if ((compatiblePropertyOnly) && (!isCompatiblePropertyEnforcedDevice(device))) { in isCompatible()
DSELinuxHostTest.java601 public static boolean isCompatiblePropertyEnforcedDevice(ITestDevice device) in isCompatiblePropertyEnforcedDevice() method in SELinuxHostTest