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()
452 Exception caughtException = null; in getSettingsComponentName() local477 caughtException = e; in getSettingsComponentName()479 caughtException = e; in getSettingsComponentName()481 caughtException = e; in getSettingsComponentName()485 if (caughtException != null) { in getSettingsComponentName()486 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponentName()
1867 Exception caughtException = null; in sendServiceArgsLocked() local1903 caughtException = e; in sendServiceArgsLocked()1907 caughtException = e; in sendServiceArgsLocked()1910 caughtException = e; in sendServiceArgsLocked()1913 if (caughtException != null) { in sendServiceArgsLocked()1917 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()1918 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()