Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DDreamBackend.java244 Exception caughtException = null; in getSettingsComponentName() local
266 caughtException = e; in getSettingsComponentName()
270 if (caughtException != null) { in getSettingsComponentName()
271 Log.w(TAG, "Error parsing : " + resolveInfo.serviceInfo.packageName, caughtException); in getSettingsComponentName()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java526 Exception caughtException = null; in getSettingsAttrs() local
553 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()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2345 Exception caughtException = null; in sendServiceArgsLocked() local
2352 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()