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
168 bcs.callThrewException(null, new IllegalStateException()); in testInBetweenCallWhenExceptionThrown()413 bcs.callThrewException(callSession, new IllegalStateException()); in testExceptionCount()417 bcs.callThrewException(callSession, new IllegalStateException()); in testExceptionCount()421 bcs.callThrewException(callSession, new RuntimeException()); in testExceptionCount()537 bcs.callThrewException(callSession, new IllegalStateException()); in testDumpDoesNotThrowException()
1188 observer.callThrewException(callSession, e); in execTransactInternal()