Home
last modified time | relevance | path

Searched refs:gatheredViolations (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DStrictMode.java1134 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in StrictMode
1702 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt56863 Landroid/os/StrictMode;->gatheredViolations:Ljava/lang/ThreadLocal;