Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBinder.java387 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local
392 throwableToPropagate = throwable; in withCleanCallingIdentity()
395 if (throwableToPropagate != null) { in withCleanCallingIdentity()
396 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
411 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local
416 throwableToPropagate = throwable; in withCleanCallingIdentity()
420 if (throwableToPropagate != null) { in withCleanCallingIdentity()
421 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java119 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local
123 throwableToPropagate = throwable; in withCleanCallingIdentity()
126 if (throwableToPropagate != null) { in withCleanCallingIdentity()
127 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()