Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
H A DTestMain.java139 boolean caughtException = false; in testCaughtException()
155 caughtException = true; in testCaughtException()
161 Assert.assertTrue(caughtException); in testCaughtException()
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1110 Exception caughtException = null; in getSettingsAttrs() local
1137 caughtException = e; in getSettingsAttrs()
1139 caughtException = e; in getSettingsAttrs()
1141 caughtException = e; in getSettingsAttrs()
1145 if (caughtException != null) { in getSettingsAttrs()
1146 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsAttrs()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java5530 Exception caughtException = null; in sendServiceArgsLocked() local
5537 caughtException = e; in sendServiceArgsLocked()
5542 caughtException = e; in sendServiceArgsLocked()
5545 caughtException = e; in sendServiceArgsLocked()
5548 if (caughtException != null) { in sendServiceArgsLocked()
5557 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()
5558 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()