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()
321 Exception caughtException = null; in getSettingsComponentName() local343 caughtException = e; in getSettingsComponentName()347 if (caughtException != null) { in getSettingsComponentName()348 Log.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponentName()
795 Exception caughtException = null; in getSettingsAttrs() local822 caughtException = e; in getSettingsAttrs()824 caughtException = e; in getSettingsAttrs()826 caughtException = e; in getSettingsAttrs()830 if (caughtException != null) { in getSettingsAttrs()831 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsAttrs()
4074 Exception caughtException = null; in sendServiceArgsLocked() local4081 caughtException = e; in sendServiceArgsLocked()4086 caughtException = e; in sendServiceArgsLocked()4089 caughtException = e; in sendServiceArgsLocked()4092 if (caughtException != null) { in sendServiceArgsLocked()4100 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()4101 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()