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

/frameworks/base/core/java/android/os/
H A DStrictMode.java746 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in class:StrictMode
1275 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1278 gatheredViolations.set(violations);
1434 return gatheredViolations.get() != null;
1443 gatheredViolations.set(null);
1687 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1704 gatheredViolations.set(null);

Completed in 10 milliseconds