Searched refs:violations (Results 1 – 1 of 1) sorted by relevance
1576 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in handleViolation() local1577 if (violations == null) { in handleViolation()1578 violations = new ArrayList<ViolationInfo>(1); in handleViolation()1579 gatheredViolations.set(violations); in handleViolation()1581 for (ViolationInfo previous : violations) { in handleViolation()1587 violations.add(info); in handleViolation()2110 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in writeGatheredViolationsToParcel() local2111 if (violations == null) { in writeGatheredViolationsToParcel()2117 final int size = Math.min(violations.size(), 3); in writeGatheredViolationsToParcel()2120 violations.get(i).writeToParcel(p, 0); in writeGatheredViolationsToParcel()