Searched refs:caughtException (Results 1 – 3 of 3) sorted by relevance
139 boolean caughtException = false; in testCaughtException()155 caughtException = true; in testCaughtException()161 Assert.assertTrue(caughtException); in testCaughtException()
1110 Exception caughtException = null; in getSettingsAttrs() local1137 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()
5530 Exception caughtException = null; in sendServiceArgsLocked() local5537 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()