Searched refs:gatheredViolations (Results 1 – 2 of 2) sorted by relevance
1133 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in StrictMode1701 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in onThreadPolicyViolation()1704 gatheredViolations.set(violations); in onThreadPolicyViolation()1882 return gatheredViolations.get() != null; in hasGatheredViolations()1890 gatheredViolations.set(null); in clearGatheredViolations()2253 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in writeGatheredViolationsToParcel()2266 gatheredViolations.set(null); in writeGatheredViolationsToParcel()
53038 Landroid/os/StrictMode;->gatheredViolations:Ljava/lang/ThreadLocal;