Searched refs:caughtException (Results 1 – 4 of 4) sorted by relevance
130 boolean caughtException = false; in testCaughtException()146 caughtException = true; in testCaughtException()152 Assert.assertTrue(caughtException); in testCaughtException()
301 Exception caughtException = null; in getSettingsComponentName() local323 caughtException = e; in getSettingsComponentName()327 if (caughtException != null) { in getSettingsComponentName()328 Log.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponentName()
542 Exception caughtException = null; in getSettingsAttrs() local569 caughtException = e; in getSettingsAttrs()571 caughtException = e; in getSettingsAttrs()573 caughtException = e; in getSettingsAttrs()577 if (caughtException != null) { in getSettingsAttrs()578 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsAttrs()
2589 Exception caughtException = null; in sendServiceArgsLocked() local2596 caughtException = e; in sendServiceArgsLocked()2601 caughtException = e; in sendServiceArgsLocked()2604 caughtException = e; in sendServiceArgsLocked()2607 if (caughtException != null) { in sendServiceArgsLocked()2613 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()2614 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()