HomeSort by relevance Sort by last modified time
    Searched defs:originStack (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/os/strictmode/
IntentReceiverLeakedViolation.java 20 public IntentReceiverLeakedViolation(Throwable originStack) {
22 setStackTrace(originStack.getStackTrace());
ServiceConnectionLeakedViolation.java 20 public ServiceConnectionLeakedViolation(Throwable originStack) {
22 setStackTrace(originStack.getStackTrace());
WebViewMethodCalledOnWrongThreadViolation.java 20 public WebViewMethodCalledOnWrongThreadViolation(Throwable originStack) {
22 setStackTrace(originStack.getStackTrace());

Completed in 70 milliseconds