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

/frameworks/base/core/java/android/os/
H A DStrictMode.java726 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in class:StrictMode
1245 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1248 gatheredViolations.set(violations);
1399 return gatheredViolations.get() != null;
1408 gatheredViolations.set(null);
1633 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1644 gatheredViolations.set(null);

Completed in 70 milliseconds