Home
last modified time | relevance | path

Searched refs:exceptionToString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/test-base/src/junit/framework/
DTestSuite.java68 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
70 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createTest()
72 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
105 private static String exceptionToString(Throwable t) {
/frameworks/native/libs/binder/
DStatus.cpp66 std::string Status::exceptionToString(int32_t exceptionCode) { in exceptionToString() function in android::binder::Status
236 ret.appendFormat("Status(%d, %s): '", mException, exceptionToString(mException).c_str()); in toString8()
/frameworks/native/libs/binder/include/binder/
DStatus.h101 static std::string exceptionToString(status_t exceptionCode);
/frameworks/native/include/binder/
DStatus.h101 static std::string exceptionToString(status_t exceptionCode);