Searched refs:isCompatiblePropertyEnforcedDevice (Results 1 – 2 of 2) sorted by relevance
88 private boolean isCompatiblePropertyEnforcedDevice(ITestDevice device) throws Exception { in isCompatiblePropertyEnforcedDevice() method in SELinuxNeverallowRule89 return SELinuxHostTest.isCompatiblePropertyEnforcedDevice(device); in isCompatiblePropertyEnforcedDevice()105 if ((compatiblePropertyOnly) && (!isCompatiblePropertyEnforcedDevice(device))) { in isCompatible()
601 public static boolean isCompatiblePropertyEnforcedDevice(ITestDevice device) in isCompatiblePropertyEnforcedDevice() method in SELinuxHostTest