Searched refs:caughtException (Results 1 – 2 of 2) sorted by relevance
410 Exception caughtException = null; in getSettingsComponentName() local435 caughtException = e; in getSettingsComponentName()437 caughtException = e; in getSettingsComponentName()439 caughtException = e; in getSettingsComponentName()443 if (caughtException != null) { in getSettingsComponentName()444 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponentName()
1589 Exception caughtException = null; in sendServiceArgsLocked() local1625 caughtException = e; in sendServiceArgsLocked()1629 caughtException = e; in sendServiceArgsLocked()1632 caughtException = e; in sendServiceArgsLocked()1635 if (caughtException != null) { in sendServiceArgsLocked()1639 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()1640 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()