Searched defs:originStack (Results 1 – 5 of 5) sorted by relevance
20 public ServiceConnectionLeakedViolation(Throwable originStack) { in ServiceConnectionLeakedViolation()
20 public IntentReceiverLeakedViolation(Throwable originStack) { in IntentReceiverLeakedViolation()
20 public WebViewMethodCalledOnWrongThreadViolation(Throwable originStack) { in WebViewMethodCalledOnWrongThreadViolation()
21 public SqliteObjectLeakedViolation(String message, Throwable originStack) { in SqliteObjectLeakedViolation()
2059 public static void onSqliteObjectLeaked(String message, Throwable originStack) { in onSqliteObjectLeaked()2065 public static void onWebViewMethodCalledOnWrongThread(Throwable originStack) { in onWebViewMethodCalledOnWrongThread()2070 public static void onIntentReceiverLeaked(Throwable originStack) { in onIntentReceiverLeaked()2075 public static void onServiceConnectionLeaked(Throwable originStack) { in onServiceConnectionLeaked()2173 public static void onVmPolicyViolation(Violation originStack) { in onVmPolicyViolation()