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()
302 Exception caughtException = null; in getSettingsComponentName() local324 caughtException = e; in getSettingsComponentName()328 if (caughtException != null) { in getSettingsComponentName()329 Log.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponentName()
788 Exception caughtException = null; in getSettingsAttrs() local815 caughtException = e; in getSettingsAttrs()817 caughtException = e; in getSettingsAttrs()819 caughtException = e; in getSettingsAttrs()823 if (caughtException != null) { in getSettingsAttrs()824 Slog.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsAttrs()
2850 Exception caughtException = null; in sendServiceArgsLocked() local2857 caughtException = e; in sendServiceArgsLocked()2862 caughtException = e; in sendServiceArgsLocked()2865 caughtException = e; in sendServiceArgsLocked()2868 if (caughtException != null) { in sendServiceArgsLocked()2874 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()2875 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()