Searched refs:mErrorString (Results 1 – 2 of 2) sorted by relevance
35 private StringWriter mErrorString = new StringWriter(); field in TestResultObserver43 mErrorString.append("\n"); in notifyFailure()44 mErrorString.append(type.toString().toLowerCase()); in notifyFailure()45 mErrorString.append(":\t"); in notifyFailure()46 mErrorString.append(name); in notifyFailure()47 mErrorString.append("\tError: "); in notifyFailure()48 mErrorString.append(errorMessage); in notifyFailure()50 mErrorString.append("\n"); in notifyFailure()51 throwable.printStackTrace(new PrintWriter(mErrorString)); in notifyFailure()54 mErrorString.append("\nMore than 100 failures, aborting test."); in notifyFailure()[all …]
341 String mErrorString; field in ImsServiceTest.RcsProvisioningCallbackParams5202 assertTrue(errorString.equals(params.mErrorString)); in testProvisioningManagerRcsProvisioningChangedCallback()6518 params.mErrorString = str;