Searched refs:gatheredViolations (Results 1 – 2 of 2) sorted by relevance
1134 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in StrictMode1702 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in onThreadPolicyViolation()1705 gatheredViolations.set(violations); in onThreadPolicyViolation()1883 return gatheredViolations.get() != null; in hasGatheredViolations()1891 gatheredViolations.set(null); in clearGatheredViolations()2253 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in writeGatheredViolationsToParcel()2266 gatheredViolations.set(null); in writeGatheredViolationsToParcel()
56863 Landroid/os/StrictMode;->gatheredViolations:Ljava/lang/ThreadLocal;