Home
last modified time | relevance | path

Searched refs:caughtException (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
DTestMain.java139 boolean caughtException = false; in testCaughtException()
155 caughtException = true; in testCaughtException()
161 Assert.assertTrue(caughtException); in testCaughtException()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1183 Exception caughtException = null; in getSettingsAttrs() local
1210 caughtException = e; in getSettingsAttrs()
1212 caughtException = e; in getSettingsAttrs()
1214 caughtException = e; in getSettingsAttrs()
1218 if (caughtException != null) { in getSettingsAttrs()
1221 caughtException, in getSettingsAttrs()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java6201 Exception caughtException = null; in sendServiceArgsLocked() local
6208 caughtException = e; in sendServiceArgsLocked()
6213 caughtException = e; in sendServiceArgsLocked()
6216 caughtException = e; in sendServiceArgsLocked()
6219 if (caughtException != null) { in sendServiceArgsLocked()
6228 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()
6229 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()