Home
last modified time | relevance | path

Searched refs:callThrewException (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java135 public void callThrewException(CallSession s, Exception exception); in callThrewException() method
DBinderCallsStats.java384 public void callThrewException(@Nullable CallSession s, Exception exception) { in callThrewException() method in BinderCallsStats
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderCallsStatsTest.java168 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()
/frameworks/base/core/java/android/os/
DBinder.java1188 observer.callThrewException(callSession, e); in execTransactInternal()