Searched refs:callThrewException (Results 1 – 5 of 5) sorted by relevance
133 public void callThrewException(CallSession s, Exception exception); in callThrewException() method
233 public void callThrewException(@Nullable CallSession s, Exception exception) { in callThrewException() method in BinderCallsStats
157 bcs.callThrewException(null, new IllegalStateException()); in testInBetweenCallWhenExceptionThrown()374 bcs.callThrewException(callSession, new IllegalStateException()); in testExceptionCount()378 bcs.callThrewException(callSession, new IllegalStateException()); in testExceptionCount()382 bcs.callThrewException(callSession, new RuntimeException()); in testExceptionCount()485 bcs.callThrewException(callSession, new IllegalStateException()); in testDumpDoesNotThrowException()
1163 observer.callThrewException(callSession, e); in execTransactInternal()
28919 HPLcom/android/internal/os/BinderCallsStats;->callThrewException(Lcom/android/internal/os/BinderInt…