Searched refs:violations (Results 1 – 4 of 4) sorted by relevance
1431 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in handleViolation() local1432 if (violations == null) { in handleViolation()1433 violations = new ArrayList<ViolationInfo>(1); in handleViolation()1434 gatheredViolations.set(violations); in handleViolation()1435 } else if (violations.size() >= 5) { in handleViolation()1439 for (ViolationInfo previous : violations) { in handleViolation()1445 violations.add(info); in handleViolation()1930 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in writeGatheredViolationsToParcel() local1931 if (violations == null) { in writeGatheredViolationsToParcel()1934 p.writeInt(violations.size()); in writeGatheredViolationsToParcel()[all …]
107 policies and any violations can lead to suspension of your apps or, for108 repeated violations, termination of your developer account.
1220 Make sure to enable <strong>visual notification</strong> of policy violations
1029 violations within a SELinux domain that has an enforcing policy will be