Home
last modified time | relevance | path

Searched refs:caughtException (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/security/trustagent/
H A DTrustAgentManager.java160 Exception caughtException = null; in getSettingsComponent() local
187 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()
/aosp12/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
H A DTestMain.java130 boolean caughtException = false; in testCaughtException()
146 caughtException = true; in testCaughtException()
152 Assert.assertTrue(caughtException); in testCaughtException()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java321 Exception caughtException = null; in getSettingsComponentName() local
343 caughtException = e; in getSettingsComponentName()
347 if (caughtException != null) { in getSettingsComponentName()
348 Log.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponentName()
/aosp12/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java795 Exception caughtException = null; in getSettingsAttrs() local
822 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()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java4075 Exception caughtException = null; in sendServiceArgsLocked() local
4082 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()