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.java181 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()
/frameworks/base/core/java/android/os/
DBinder.java1509 observer.callThrewException(callSession, e); in execTransactInternal()