Home
last modified time | relevance | path

Searched refs:throwableToPropagate (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DBinder.java433 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local
438 throwableToPropagate = throwable; in withCleanCallingIdentity()
441 if (throwableToPropagate != null) { in withCleanCallingIdentity()
442 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
457 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local
462 throwableToPropagate = throwable; in withCleanCallingIdentity()
466 if (throwableToPropagate != null) { in withCleanCallingIdentity()
467 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java120 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local
124 throwableToPropagate = throwable; in withCleanCallingIdentity()
127 if (throwableToPropagate != null) { in withCleanCallingIdentity()
128 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()