Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java133 public void callThrewException(CallSession s, Exception exception); in callThrewException() method
DBinderCallsStats.java233 public void callThrewException(@Nullable CallSession s, Exception exception) { in callThrewException() method in BinderCallsStats
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderCallsStatsTest.java157 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()
/frameworks/base/core/java/android/os/
DBinder.java1163 observer.callThrewException(callSession, e); in execTransactInternal()
/frameworks/base/config/
Dboot-image-profile.txt28919 HPLcom/android/internal/os/BinderCallsStats;->callThrewException(Lcom/android/internal/os/BinderInt…