Searched refs:gatheredViolations (Results 1 – 1 of 1) sorted by relevance
726 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in StrictMode1245 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in handleViolation()1248 gatheredViolations.set(violations); in handleViolation()1399 return gatheredViolations.get() != null; in hasGatheredViolations()1408 gatheredViolations.set(null); in clearGatheredViolations()1633 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in writeGatheredViolationsToParcel()1644 gatheredViolations.set(null); in writeGatheredViolationsToParcel()