Home
last modified time | relevance | path

Searched refs:getCompleteMessage (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/util/
DExceptionUtils.java43 public static String getCompleteMessage(String msg, Throwable t) { in getCompleteMessage() method in ExceptionUtils
55 public static String getCompleteMessage(Throwable t) { in getCompleteMessage() method in ExceptionUtils
56 return getCompleteMessage(null, t); in getCompleteMessage()
/frameworks/base/services/core/java/com/android/server/
DRescueParty.java463 final String msg = ExceptionUtils.getCompleteMessage(t); in logRescueException()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java2082 onSessionValidationFailure(e.error, ExceptionUtils.getCompleteMessage(e)); in onSessionValidationFailure()
2295 final String completeMsg = ExceptionUtils.getCompleteMessage(e); in verify()
2356 final String completeMsg = ExceptionUtils.getCompleteMessage(e); in install()
3926 dispatchSessionValidationFailure(e.error, ExceptionUtils.getCompleteMessage(e)); in prepareDataLoaderLocked()
DPackageManagerService.java19001 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e)); in setError()
19007 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e)); in setError()
20332 ExceptionUtils.getCompleteMessage(message, e)); in PrepareFailure()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java145 fail("Unexpected exception: " + ExceptionUtils.getCompleteMessage(e) + "\n-----\n" in assertUnexpectedException()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61017 Landroid/util/ExceptionUtils;->getCompleteMessage(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lan…
61018 Landroid/util/ExceptionUtils;->getCompleteMessage(Ljava/lang/Throwable;)Ljava/lang/String;