Searched refs:mErrorString (Results 1 – 1 of 1) sorted by relevance
77 StringBuilder mErrorString = new StringBuilder(); field in SignatureTest.TestResultObserver82 mErrorString.append("\n"); in notifyFailure()83 mErrorString.append(type.toString().toLowerCase()); in notifyFailure()84 mErrorString.append(":\t"); in notifyFailure()85 mErrorString.append(name); in notifyFailure()86 mErrorString.append("\tError: "); in notifyFailure()87 mErrorString.append(errorMessage); in notifyFailure()121 fail(mResultObserver.mErrorString.toString()); in testSignature()