Home
last modified time | relevance | path

Searched refs:getCompleteMessage (Results 1 – 5 of 5) 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.java174 final String msg = ExceptionUtils.getCompleteMessage(t); in executeRescueLevel()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java296 final String completeMsg = ExceptionUtils.getCompleteMessage(e);
815 dispatchSessionFinished(e.error, ExceptionUtils.getCompleteMessage(e), null); in commit()
910 dispatchSessionFinished(e.error, ExceptionUtils.getCompleteMessage(e), null); in transfer()
DPackageManagerService.java16240 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e));
16250 setReturnMessage(ExceptionUtils.getCompleteMessage(msg, e));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java163 fail("Unexpected exception: " + ExceptionUtils.getCompleteMessage(e) + "\n-----\n" in assertUnexpectedException()