Searched refs:gatheredViolations (Results 1 – 1 of 1) sorted by relevance
1174 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in StrictMode1742 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in onThreadPolicyViolation()1745 gatheredViolations.set(violations); in onThreadPolicyViolation()1935 return gatheredViolations.get() != null; in hasGatheredViolations()1943 gatheredViolations.set(null); in clearGatheredViolations()2337 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in writeGatheredViolationsToParcel()2350 gatheredViolations.set(null); in writeGatheredViolationsToParcel()