Searched refs:caughtException (Results 1 – 3 of 3) sorted by relevance
244 Exception caughtException = null; in getSettingsComponentName() local266 caughtException = e; in getSettingsComponentName()270 if (caughtException != null) { in getSettingsComponentName()271 Log.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponentName()
526 Exception caughtException = null; in getSettingsAttrs() local553 caughtException = e; in getSettingsAttrs()555 caughtException = e; in getSettingsAttrs()557 caughtException = e; in getSettingsAttrs()561 if (caughtException != null) { in getSettingsAttrs()562 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsAttrs()
2345 Exception caughtException = null; in sendServiceArgsLocked() local2352 caughtException = e; in sendServiceArgsLocked()2357 caughtException = e; in sendServiceArgsLocked()2360 caughtException = e; in sendServiceArgsLocked()2363 if (caughtException != null) { in sendServiceArgsLocked()2369 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()2370 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()