Searched defs:gatheredViolations (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DStrictMode.java1077 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in class:StrictMode
1634 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1637 gatheredViolations.set(violations);
1792 return gatheredViolations.get() != null;
1800 gatheredViolations.set(null);
2110 ArrayList<ViolationInfo> violations = gatheredViolations.get();
2123 gatheredViolations.set(null);

Completed in 111 milliseconds