Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DStrictMode.java860 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in StrictMode
1431 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in handleViolation()
1434 gatheredViolations.set(violations); in handleViolation()
1595 return gatheredViolations.get() != null; in hasGatheredViolations()
1604 gatheredViolations.set(null); in clearGatheredViolations()
1927 ArrayList<ViolationInfo> violations = gatheredViolations.get(); in writeGatheredViolationsToParcel()
1940 gatheredViolations.set(null); in writeGatheredViolationsToParcel()