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

/frameworks/base/core/java/android/os/
H A DStrictMode.java744 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in class:StrictMode
1273 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1276 gatheredViolations.set(violations);
1432 return gatheredViolations.get() != null;
1441 gatheredViolations.set(null);
1681 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1692 gatheredViolations.set(null);

Completed in 49 milliseconds