Searched refs:mAsyncErrors (Results 1 – 1 of 1) sorted by relevance
54 private static final Collection<ProcessError> mAsyncErrors = field in ProcessErrorsTest124 if (!mAsyncErrors.isEmpty()) { in testZZReportAsyncErrors()125 fail(String.format("Got %d asynchronous errors:\n%s", mAsyncErrors.size(), in testZZReportAsyncErrors()126 reportWrappedListContents(mAsyncErrors))); in testZZReportAsyncErrors()130 mAsyncErrors.clear(); in testZZReportAsyncErrors()185 mAsyncErrors.add(err); in runOneActivity()