Home
last modified time | relevance | path

Searched refs:allocationSite (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/strictmode/
DLeakedClosableViolation.java20 public LeakedClosableViolation(String message, Throwable allocationSite) { in LeakedClosableViolation() argument
22 initCause(allocationSite); in LeakedClosableViolation()
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowCloseGuard.java44 public void report(String message, Throwable allocationSite) { in report() argument
/frameworks/base/core/java/android/os/
DStrictMode.java1986 public void report(String message, Throwable allocationSite) { in report() argument
1987 onVmPolicyViolation(new LeakedClosableViolation(message, allocationSite)); in report()