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

/frameworks/base/core/java/android/os/
H A DStrictMode.java708 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations = field in class:StrictMode
1227 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1230 gatheredViolations.set(violations);
1381 return gatheredViolations.get() != null;
1390 gatheredViolations.set(null);
1594 ArrayList<ViolationInfo> violations = gatheredViolations.get();
1605 gatheredViolations.set(null);

Completed in 28 milliseconds