Searched refs:callThrewException (Results 1 – 4 of 4) sorted by relevance
135 public void callThrewException(CallSession s, Exception exception); in callThrewException() method
384 public void callThrewException(@Nullable CallSession s, Exception exception) { in callThrewException() method in BinderCallsStats
181 bcs.callThrewException(null, new IllegalStateException()); in testInBetweenCallWhenExceptionThrown()426 bcs.callThrewException(callSession, new IllegalStateException()); in testExceptionCount()430 bcs.callThrewException(callSession, new IllegalStateException()); in testExceptionCount()434 bcs.callThrewException(callSession, new RuntimeException()); in testExceptionCount()550 bcs.callThrewException(callSession, new IllegalStateException()); in testDumpDoesNotThrowException()
1509 observer.callThrewException(callSession, e); in execTransactInternal()