Home
last modified time | relevance | path

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

/cts/tests/signature/src/android/signature/cts/
DSignatureTest.java77 StringBuilder mErrorString = new StringBuilder(); field in SignatureTest.TestResultObserver
82 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()