Searched refs:caughtException (Results 1 – 5 of 5) sorted by relevance
160 Exception caughtException = null; in getSettingsComponent() local187 caughtException = e; in getSettingsComponent()189 caughtException = e; in getSettingsComponent()191 caughtException = e; in getSettingsComponent()195 if (caughtException != null) { in getSettingsComponent()196 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponent()
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()
4075 Exception caughtException = null; in sendServiceArgsLocked() local4082 caughtException = e; in sendServiceArgsLocked()4087 caughtException = e; in sendServiceArgsLocked()4090 caughtException = e; in sendServiceArgsLocked()4093 if (caughtException != null) { in sendServiceArgsLocked()4101 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()4102 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()