Home
last modified time | relevance | path

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

/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java54 private static final Collection<ProcessError> mAsyncErrors = field in ProcessErrorsTest
124 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()
190 mAsyncErrors.add(err); in runOneActivity()