Searched refs:gatheredViolations (Results 1 – 1 of 1) sorted by relevance
971 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in StrictMode1576 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in handleViolation()1579 gatheredViolations.set(violations); in handleViolation()1743 return gatheredViolations.get() != null; in hasGatheredViolations()1752 gatheredViolations.set(null); in clearGatheredViolations()2110 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in writeGatheredViolationsToParcel()2123 gatheredViolations.set(null); in writeGatheredViolationsToParcel()